Html Css Color HEX #5F4382 Kingfisher Daisy

📋 copy color: '#5F4382'

red 95 ◦ green 67 ◦ blue 130

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

Shades of Kingfisher Daisy #5F4382

Tints of Kingfisher Daisy #5F4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 32.53%
G = 22.95%
B = 44.52%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F4382 (or 0x5F4382) is known color: Kingfisher Daisy. HEX triplet: 5F, 43 and 82. RGB value is (95,67,130). Sum of RGB (Red+Green+Blue) = 95+67+130=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4382 is #A0BC7D. Grayscale: #525252. Windows color (decimal): -10534014 or 8536927. OLE color: 8536927.

HSL color Cylindrical-coordinate representation of color #5F4382: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F4382 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 67 130 -
CMYK 0.27 0.48 0 0.49
HSL 266.67º 0.32% 0.39% -
HSV(B) 266.67º 0.48% 0.51% -
XYZ 10.76 8.06 22.11 -
YUV 82.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 95 67 130 0.27 0.48 0 0.49 266.67 0.32 0.39
Hex 5F 43 82 1B 30 0 31 10B 20 27
Octal 137 103 202 33 60 0 61 413 40 47
Binary 1011111 1000011 10000010 11011 110000 0 110001 100001011 100000 100111

Color Harmonies of #5F4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4382

Black with #5F4382

Text Example


Text Example

White with #5F4382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,67,130); }

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

background-color css

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

 a { background-color: rgb(95,67,130); }

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

border-color css

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

 span { border-color: rgb(95,67,130); }

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