Html Css Color HEX #5C2892 Kingfisher Daisy

📋 copy color: '#5C2892'

red 92 ◦ green 40 ◦ blue 146

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

Shades of Kingfisher Daisy #5C2892

Tints of Kingfisher Daisy #5C2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 33.09%
G = 14.39%
B = 52.52%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C2892 (or 0x5C2892) is known color: Kingfisher Daisy. HEX triplet: 5C, 28 and 92. RGB value is (92,40,146). Sum of RGB (Red+Green+Blue) = 92+40+146=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2892 is #A3D76D. Grayscale: #434343. Windows color (decimal): -10737518 or 9578588. OLE color: 9578588.

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

Color convert

RGB 92 40 146 -
CMYK 0.37 0.73 0 0.43
HSL 269.43º 0.57% 0.36% -
HSV(B) 269.43º 0.73% 0.57% -
XYZ 10.36 5.87 27.78 -
YUV 67.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 92 40 146 0.37 0.73 0 0.43 269.43 0.57 0.36
Hex 5C 28 92 25 49 0 2B 10D 39 24
Octal 134 50 222 45 111 0 53 415 71 44
Binary 1011100 101000 10010010 100101 1001001 0 101011 100001101 111001 100100

Color Harmonies of #5C2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2892

Black with #5C2892

Text Example


Text Example

White with #5C2892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,40,146); }

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

background-color css

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

 a { background-color: rgb(92,40,146); }

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

border-color css

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

 span { border-color: rgb(92,40,146); }

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