Html Css Color HEX #5C2497 Kingfisher Daisy

📋 copy color: '#5C2497'

red 92 ◦ green 36 ◦ blue 151

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

Shades of Kingfisher Daisy #5C2497

Tints of Kingfisher Daisy #5C2497

RGB

 RED value IS 92 (36.33% from 255) = 32.97%

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

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

R = 32.97%
G = 12.9%
B = 54.12%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5C2497 (or 0x5C2497) is known color: Kingfisher Daisy. HEX triplet: 5C, 24 and 97. RGB value is (92,36,151). Sum of RGB (Red+Green+Blue) = 92+36+151=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 36 (14.45% from 255 or 12.90% 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 #5C2497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2497 is #A3DB68. Grayscale: #414141. Windows color (decimal): -10738537 or 9905244. OLE color: 9905244.

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

Color convert

RGB 92 36 151 -
CMYK 0.39 0.76 0 0.41
HSL 269.22º 0.61% 0.37% -
HSV(B) 269.22º 0.76% 0.59% -
XYZ 10.63 5.77 29.83 -
YUV 65.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 92 36 151 0.39 0.76 0 0.41 269.22 0.61 0.37
Hex 5C 24 97 27 4C 0 29 10D 3D 25
Octal 134 44 227 47 114 0 51 415 75 45
Binary 1011100 100100 10010111 100111 1001100 0 101001 100001101 111101 100101

Color Harmonies of #5C2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2497

Black with #5C2497

Text Example


Text Example

White with #5C2497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,36,151); }

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

background-color css

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

 a { background-color: rgb(92,36,151); }

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

border-color css

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

 span { border-color: rgb(92,36,151); }

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