#5C217A

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

Shades of Kingfisher Daisy #5C217A

Tints of Kingfisher Daisy #5C217A

Color information

#5C217A (or 0x5C217A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 21 and 7A. RGB value is (92,33,122). Sum of RGB (Red+Green+Blue) = 92+33+122=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C217A is #A3DE85. Grayscale: #3C3C3C. Windows color (decimal): -10739334 or 8003932. OLE color: 8003932.

HSL color Cylindrical-coordinate representation of color #5C217A: hue angle of 279.78º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C217A is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9233122-
CMYK0.250.7300.52
HSL279.78º57.42%30.39%-
HSV(B)279.78º72.95%47.84%-
XYZ8.474.7718.89-
YUV60.79162.55150.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.25%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=37.25%
G=13.36%
B=49.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92331220.250.7300.52279.7857.4230.39
Hex5C217A1949034118391e
Octal13441172311110644307136
Binary10111001000011111010110011001001011010010001100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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