Html Css Color HEX #5C2691 Kingfisher Daisy

📋 copy color: '#5C2691'

red 92 ◦ green 38 ◦ blue 145

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

Shades of Kingfisher Daisy #5C2691

Tints of Kingfisher Daisy #5C2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

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

R = 33.45%
G = 13.82%
B = 52.73%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C2691 (or 0x5C2691) is known color: Kingfisher Daisy. HEX triplet: 5C, 26 and 91. RGB value is (92,38,145). Sum of RGB (Red+Green+Blue) = 92+38+145=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2691 is #A3D96E. Grayscale: #414141. Windows color (decimal): -10738031 or 9512540. OLE color: 9512540.

HSL color Cylindrical-coordinate representation of color #5C2691: hue angle of 270.28º degrees, saturation: 0.58, 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 #5C2691 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 38 145 -
CMYK 0.37 0.74 0 0.43
HSL 270.28º 0.58% 0.36% -
HSV(B) 270.28º 0.74% 0.57% -
XYZ 10.22 5.71 27.35 -
YUV 66.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 92 38 145 0.37 0.74 0 0.43 270.28 0.58 0.36
Hex 5C 26 91 25 4A 0 2B 10E 3A 24
Octal 134 46 221 45 112 0 53 416 72 44
Binary 1011100 100110 10010001 100101 1001010 0 101011 100001110 111010 100100

Color Harmonies of #5C2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2691

Black with #5C2691

Text Example


Text Example

White with #5C2691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,38,145); }

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

background-color css

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

 a { background-color: rgb(92,38,145); }

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

border-color css

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

 span { border-color: rgb(92,38,145); }

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