#5C3D77

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

Shades of Kingfisher Daisy #5C3D77

Tints of Kingfisher Daisy #5C3D77

Color information

#5C3D77 (or 0x5C3D77) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 3D and 77. RGB value is (92,61,119). Sum of RGB (Red+Green+Blue) = 92+61+119=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C3D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3D77 is #A3C288. Grayscale: #4C4C4C. Windows color (decimal): -10732169 or 7814492. OLE color: 7814492.

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

Color convert

RGB9261119-
CMYK0.230.4900.53
HSL272.07º32.22%35.29%-
HSV(B)272.07º48.74%46.67%-
XYZ9.416.9418.3-
YUV76.88151.77138.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=33.82%
G=22.43%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92611190.230.4900.53272.0732.2235.29
Hex5C3D7717310351102023
Octal1347516727610654204043
Binary10111001111011110111101111100010110101100010000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,61,119); }

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

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

 a { background-color: rgb(92,61,119); }

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

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

 span { border-color: rgb(92,61,119); }

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