#5C2194

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

Shades of Kingfisher Daisy #5C2194

Tints of Kingfisher Daisy #5C2194

Color information

#5C2194 (or 0x5C2194) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 21 and 94. RGB value is (92,33,148). Sum of RGB (Red+Green+Blue) = 92+33+148=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C2194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2194 is #A3DE6B. Grayscale: #3F3F3F. Windows color (decimal): -10739308 or 9707868. OLE color: 9707868.

HSL color Cylindrical-coordinate representation of color #5C2194: hue angle of 270.78º 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 #5C2194 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9233148-
CMYK0.380.7800.42
HSL270.78º63.54%35.49%-
HSV(B)270.78º77.7%58.04%-
XYZ10.35.528.54-
YUV63.75175.55148.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.70%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=33.70%
G=12.09%
B=54.21%

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
Decimal92331480.380.7800.42270.7863.5435.49
Hex5C2194264E02A10f4023
Octal134412244611605241710043
Binary101110010000110010100100110100111001010101000011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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