Html Css Color HEX #5F2091 Kingfisher Daisy

📋 copy color: '#5F2091'

red 95 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #5F2091

Tints of Kingfisher Daisy #5F2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 34.93%
G = 11.76%
B = 53.31%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F2091 (or 0x5F2091) is known color: Kingfisher Daisy. HEX triplet: 5F, 20 and 91. RGB value is (95,32,145). Sum of RGB (Red+Green+Blue) = 95+32+145=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F2091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2091 is #A0DF6E. Grayscale: #3F3F3F. Windows color (decimal): -10542959 or 9511007. OLE color: 9511007.

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

Color convert

RGB 95 32 145 -
CMYK 0.34 0.78 0 0.43
HSL 273.45º 0.64% 0.35% -
HSV(B) 273.45º 0.78% 0.57% -
XYZ 10.35 5.51 27.31 -
YUV 63.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 95 32 145 0.34 0.78 0 0.43 273.45 0.64 0.35
Hex 5F 20 91 22 4E 0 2B 111 40 23
Octal 137 40 221 42 116 0 53 421 100 43
Binary 1011111 100000 10010001 100010 1001110 0 101011 100010001 1000000 100011

Color Harmonies of #5F2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2091

Black with #5F2091

Text Example


Text Example

White with #5F2091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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