Html Css Color HEX #5F4878 Kingfisher Daisy

📋 copy color: '#5F4878'

red 95 ◦ green 72 ◦ blue 120

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

Shades of Kingfisher Daisy #5F4878

Tints of Kingfisher Daisy #5F4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 33.1%
G = 25.09%
B = 41.81%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F4878 (or 0x5F4878) is known color: Kingfisher Daisy. HEX triplet: 5F, 48 and 78. RGB value is (95,72,120). Sum of RGB (Red+Green+Blue) = 95+72+120=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4878 is #A0B787. Grayscale: #545454. Windows color (decimal): -10532744 or 7882847. OLE color: 7882847.

HSL color Cylindrical-coordinate representation of color #5F4878: hue angle of 268.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4878 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 72 120 -
CMYK 0.21 0.40 0 0.53
HSL 268.75º 0.25% 0.38% -
HSV(B) 268.75º 0.4% 0.47% -
XYZ 10.43 8.42 18.85 -
YUV 84.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 95 72 120 0.21 0.40 0 0.53 268.75 0.25 0.38
Hex 5F 48 78 15 28 0 35 10D 19 26
Octal 137 110 170 25 50 0 65 415 31 46
Binary 1011111 1001000 1111000 10101 101000 0 110101 100001101 11001 100110

Color Harmonies of #5F4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4878

Black with #5F4878

Text Example


Text Example

White with #5F4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,72,120); }

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

background-color css

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

 a { background-color: rgb(95,72,120); }

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

border-color css

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

 span { border-color: rgb(95,72,120); }

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