Html Css Color HEX #5F2197 Kingfisher Daisy

📋 copy color: '#5F2197'

red 95 ◦ green 33 ◦ blue 151

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

Shades of Kingfisher Daisy #5F2197

Tints of Kingfisher Daisy #5F2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 34.05%
G = 11.83%
B = 54.12%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F2197 (or 0x5F2197) is known color: Kingfisher Daisy. HEX triplet: 5F, 21 and 97. RGB value is (95,33,151). Sum of RGB (Red+Green+Blue) = 95+33+151=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F2197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2197 is #A0DE68. Grayscale: #404040. Windows color (decimal): -10542697 or 9904479. OLE color: 9904479.

HSL color Cylindrical-coordinate representation of color #5F2197: hue angle of 271.53º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F2197 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 33 151 -
CMYK 0.37 0.78 0 0.41
HSL 271.53º 0.64% 0.36% -
HSV(B) 271.53º 0.78% 0.59% -
XYZ 10.85 5.75 29.82 -
YUV 64.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 95 33 151 0.37 0.78 0 0.41 271.53 0.64 0.36
Hex 5F 21 97 25 4E 0 29 110 40 24
Octal 137 41 227 45 116 0 51 420 100 44
Binary 1011111 100001 10010111 100101 1001110 0 101001 100010000 1000000 100100

Color Harmonies of #5F2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2197

Black with #5F2197

Text Example


Text Example

White with #5F2197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,33,151); }

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

background-color css

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

 a { background-color: rgb(95,33,151); }

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

border-color css

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

 span { border-color: rgb(95,33,151); }

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