Html Css Color HEX #5F2491 Kingfisher Daisy

📋 copy color: '#5F2491'

red 95 ◦ green 36 ◦ blue 145

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

Shades of Kingfisher Daisy #5F2491

Tints of Kingfisher Daisy #5F2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 34.42%
G = 13.04%
B = 52.54%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F2491 (or 0x5F2491) is known color: Kingfisher Daisy. HEX triplet: 5F, 24 and 91. RGB value is (95,36,145). Sum of RGB (Red+Green+Blue) = 95+36+145=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F2491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2491 is #A0DB6E. Grayscale: #414141. Windows color (decimal): -10541935 or 9512031. OLE color: 9512031.

HSL color Cylindrical-coordinate representation of color #5F2491: hue angle of 272.48º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2491 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 36 145 -
CMYK 0.34 0.75 0 0.43
HSL 272.48º 0.6% 0.35% -
HSV(B) 272.48º 0.75% 0.57% -
XYZ 10.46 5.74 27.34 -
YUV 66.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 95 36 145 0.34 0.75 0 0.43 272.48 0.6 0.35
Hex 5F 24 91 22 4B 0 2B 110 3C 23
Octal 137 44 221 42 113 0 53 420 74 43
Binary 1011111 100100 10010001 100010 1001011 0 101011 100010000 111100 100011

Color Harmonies of #5F2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2491

Black with #5F2491

Text Example


Text Example

White with #5F2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,36,145); }

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

background-color css

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

 a { background-color: rgb(95,36,145); }

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

border-color css

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

 span { border-color: rgb(95,36,145); }

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