#5C3885

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

Shades of Kingfisher Daisy #5C3885

Tints of Kingfisher Daisy #5C3885

Color information

#5C3885 (or 0x5C3885) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 38 and 85. RGB value is (92,56,133). Sum of RGB (Red+Green+Blue) = 92+56+133=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3885 is #A3C77A. Grayscale: #4B4B4B. Windows color (decimal): -10733435 or 8730716. OLE color: 8730716.

HSL color Cylindrical-coordinate representation of color #5C3885: hue angle of 268.05º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C3885 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9256133-
CMYK0.310.5800.48
HSL268.05º40.74%37.06%-
HSV(B)268.05º57.89%52.16%-
XYZ10.066.822.97-
YUV75.54160.43139.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.74%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=32.74%
G=19.93%
B=47.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92561330.310.5800.48268.0540.7437.06
Hex5C38851F3A03010c2925
Octal1347020537720604145145
Binary101110011100010000101111111110100110000100001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,56,133); }

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

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

 a { background-color: rgb(92,56,133); }

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

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

 span { border-color: rgb(92,56,133); }

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