Html Css Color HEX #5F2291 Kingfisher Daisy

📋 copy color: '#5F2291'

red 95 ◦ green 34 ◦ blue 145

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

Shades of Kingfisher Daisy #5F2291

Tints of Kingfisher Daisy #5F2291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

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

R = 34.67%
G = 12.41%
B = 52.92%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F2291 (or 0x5F2291) is known color: Kingfisher Daisy. HEX triplet: 5F, 22 and 91. RGB value is (95,34,145). Sum of RGB (Red+Green+Blue) = 95+34+145=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F2291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2291 is #A0DD6E. Grayscale: #404040. Windows color (decimal): -10542447 or 9511519. OLE color: 9511519.

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

Color convert

RGB 95 34 145 -
CMYK 0.34 0.77 0 0.43
HSL 272.97º 0.62% 0.35% -
HSV(B) 272.97º 0.77% 0.57% -
XYZ 10.4 5.62 27.32 -
YUV 64.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 95 34 145 0.34 0.77 0 0.43 272.97 0.62 0.35
Hex 5F 22 91 22 4D 0 2B 111 3E 23
Octal 137 42 221 42 115 0 53 421 76 43
Binary 1011111 100010 10010001 100010 1001101 0 101011 100010001 111110 100011

Color Harmonies of #5F2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2291

Black with #5F2291

Text Example


Text Example

White with #5F2291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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