Html Css Color HEX #5F428C Daisy Bush

📋 copy color: '#5F428C'

red 95 ◦ green 66 ◦ blue 140

#5F428C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #5F428C

Tints of Daisy Bush #5F428C

RGB

 RED value IS 95 (37.5% from 255) = 31.56%

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 31.56%
G = 21.93%
B = 46.51%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F428C (or 0x5F428C) is known color: Daisy Bush. HEX triplet: 5F, 42 and 8C. RGB value is (95,66,140). Sum of RGB (Red+Green+Blue) = 95+66+140=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F428C is #A0BD73. Grayscale: #525252. Windows color (decimal): -10534260 or 9192031. OLE color: 9192031.

HSL color Cylindrical-coordinate representation of color #5F428C: hue angle of 263.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F428C is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 66 140 -
CMYK 0.32 0.53 0 0.45
HSL 263.51º 0.36% 0.4% -
HSV(B) 263.51º 0.53% 0.55% -
XYZ 11.4 8.22 25.8 -
YUV 83.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 95 66 140 0.32 0.53 0 0.45 263.51 0.36 0.4
Hex 5F 42 8C 20 35 0 2D 108 24 28
Octal 137 102 214 40 65 0 55 410 44 50
Binary 1011111 1000010 10001100 100000 110101 0 101101 100001000 100100 101000

Color Harmonies of #5F428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F428C

Black with #5F428C

Text Example


Text Example

White with #5F428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F428C; }

 p { color: rgb(95,66,140); }

 H1.HeaderClassName
 {
   color: #5F428C;
 }
 .AnyTagClassName
 {
   color: #5F428C;
 }
</style>

background-color css

<style>
 a { background-color: #5F428C; }

 a { background-color: rgb(95,66,140); }

 div.DivClassName
 {
   background-color: #5F428C;
 }
 .BgClassName
 {
   background-color: #5F428C;
 }
</style>

border-color css

<style>
 span { border-color: #5F428C; }

 span { border-color: rgb(95,66,140); }

 td.TdClassName
 {
   border-color: #5F428C;
 }
 .TagClassName
 {
   border-color: #5F428C;
 }
</style>