#5c377d

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

Shades of Kingfisher Daisy #5C377D

Tints of Kingfisher Daisy #5C377D

Color information

#5C377D (or 0x5C377D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 37 and 7D. RGB value is (92,55,125). Sum of RGB (Red+Green+Blue) = 92+55+125=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C377D is #A3C882. Grayscale: #494949. Windows color (decimal): -10733699 or 8206172. OLE color: 8206172.

HSL color Cylindrical-coordinate representation of color #5C377D: hue angle of 271.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C377D is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9255125-
CMYK0.260.5600.51
HSL271.71º38.89%35.29%-
HSV(B)271.71º56%49.02%-
XYZ9.486.4920.15-
YUV74.04156.76140.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=33.82%
G=20.22%
B=45.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92551250.260.5600.51271.7138.8935.29
Hex5C377D1A380331102723
Octal1346717532700634204743
Binary10111001101111111101110101110000110011100010000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c377d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,55,125); }

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

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

 a { background-color: rgb(92,55,125); }

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

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

 span { border-color: rgb(92,55,125); }

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