#573C85

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

Shades of Kingfisher Daisy #573C85

Tints of Kingfisher Daisy #573C85

Color information

#573C85 (or 0x573C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 3C and 85. RGB value is (87,60,133). Sum of RGB (Red+Green+Blue) = 87+60+133=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #573C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C85 is #A8C37A. Grayscale: #4C4C4C. Windows color (decimal): -11060091 or 8731735. OLE color: 8731735.

HSL color Cylindrical-coordinate representation of color #573C85: hue angle of 262.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #573C85 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8760133-
CMYK0.350.5500.48
HSL262.19º37.82%37.84%-
HSV(B)262.19º54.89%52.16%-
XYZ9.786.9523.02-
YUV76.4159.95135.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=31.07%
G=21.43%
B=47.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87601330.350.5500.48262.1937.8237.84
Hex573C8523370301062626
Octal1277420543670604064646
Binary1010111111100100001011000111101110110000100000110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573C85; }

 p { color: rgb(87,60,133); }

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

<style>
 a { background-color: #573C85; }

 a { background-color: rgb(87,60,133); }

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

<style>
 span { border-color: #573C85; }

 span { border-color: rgb(87,60,133); }

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