#5C2094

Color #5C2094 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5C2094

Tints of Kingfisher Daisy #5C2094

Color information

#5C2094 (or 0x5C2094) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 20 and 94. RGB value is (92,32,148). Sum of RGB (Red+Green+Blue) = 92+32+148=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C2094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2094 is #A3DF6B. Grayscale: #3E3E3E. Windows color (decimal): -10739564 or 9707612. OLE color: 9707612.

HSL color Cylindrical-coordinate representation of color #5C2094: hue angle of 271.03º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2094 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9232148-
CMYK0.380.7800.42
HSL271.03º64.44%35.29%-
HSV(B)271.03º78.38%58.04%-
XYZ10.285.4528.53-
YUV63.16175.88148.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=33.82%
G=11.76%
B=54.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92321480.380.7800.42271.0364.4435.29
Hex5C2094264E02A10f4023
Octal134402244611605241710043
Binary101110010000010010100100110100111001010101000011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,32,148); }

 H1.HeaderClassName
 {
   color: #5C2094;
 }
 .AnyTagClassName
 {
   color: #5C2094;
 }
</style>
background-color css

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

 a { background-color: rgb(92,32,148); }

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

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

 span { border-color: rgb(92,32,148); }

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