Html Css Color HEX #5F2591 Kingfisher Daisy

📋 copy color: '#5F2591'

red 95 ◦ green 37 ◦ blue 145

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

Shades of Kingfisher Daisy #5F2591

Tints of Kingfisher Daisy #5F2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

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

R = 34.3%
G = 13.36%
B = 52.35%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F2591 (or 0x5F2591) is known color: Kingfisher Daisy. HEX triplet: 5F, 25 and 91. RGB value is (95,37,145). Sum of RGB (Red+Green+Blue) = 95+37+145=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2591 is #A0DA6E. Grayscale: #424242. Windows color (decimal): -10541679 or 9512287. OLE color: 9512287.

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

Color convert

RGB 95 37 145 -
CMYK 0.34 0.74 0 0.43
HSL 272.22º 0.59% 0.36% -
HSV(B) 272.22º 0.74% 0.57% -
XYZ 10.49 5.8 27.35 -
YUV 66.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 95 37 145 0.34 0.74 0 0.43 272.22 0.59 0.36
Hex 5F 25 91 22 4A 0 2B 110 3B 24
Octal 137 45 221 42 112 0 53 420 73 44
Binary 1011111 100101 10010001 100010 1001010 0 101011 100010000 111011 100100

Color Harmonies of #5F2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2591

Black with #5F2591

Text Example


Text Example

White with #5F2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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