#5C3087

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

Shades of Kingfisher Daisy #5C3087

Tints of Kingfisher Daisy #5C3087

Color information

#5C3087 (or 0x5C3087) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 30 and 87. RGB value is (92,48,135). Sum of RGB (Red+Green+Blue) = 92+48+135=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C3087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3087 is #A3CF78. Grayscale: #464646. Windows color (decimal): -10735481 or 8859740. OLE color: 8859740.

HSL color Cylindrical-coordinate representation of color #5C3087: hue angle of 270.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C3087 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9248135-
CMYK0.320.6400.47
HSL270.34º47.54%35.88%-
HSV(B)270.34º64.44%52.94%-
XYZ9.846.1423.59-
YUV71.07164.08142.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.45%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=33.45%
G=17.45%
B=49.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92481350.320.6400.47270.3447.5435.88
Hex5C3087204002F10e3024
Octal13460207401000574166044
Binary10111001100001000011110000010000000101111100001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,48,135); }

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

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

 a { background-color: rgb(92,48,135); }

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

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

 span { border-color: rgb(92,48,135); }

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