#5C2298

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

Shades of Kingfisher Daisy #5C2298

Tints of Kingfisher Daisy #5C2298

Color information

#5C2298 (or 0x5C2298) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 22 and 98. RGB value is (92,34,152). Sum of RGB (Red+Green+Blue) = 92+34+152=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C2298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2298 is #A3DD67. Grayscale: #404040. Windows color (decimal): -10739048 or 9970268. OLE color: 9970268.

HSL color Cylindrical-coordinate representation of color #5C2298: hue angle of 269.49º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2298 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9234152-
CMYK0.390.7800.40
HSL269.49º63.44%36.47%-
HSV(B)269.49º77.63%59.61%-
XYZ10.655.6930.24-
YUV64.79177.22147.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=33.09%
G=12.23%
B=54.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92341520.390.7800.40269.4963.4436.47
Hex5C2298274E02810d3f24
Octal13442230471160504157744
Binary10111001000101001100010011110011100101000100001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,34,152); }

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

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

 a { background-color: rgb(92,34,152); }

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

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

 span { border-color: rgb(92,34,152); }

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