#573C83

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

Shades of Kingfisher Daisy #573C83

Tints of Kingfisher Daisy #573C83

Color information

#573C83 (or 0x573C83) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 3C and 83. RGB value is (87,60,131). Sum of RGB (Red+Green+Blue) = 87+60+131=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #573C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C83 is #A8C37C. Grayscale: #4B4B4B. Windows color (decimal): -11060093 or 8600663. OLE color: 8600663.

HSL color Cylindrical-coordinate representation of color #573C83: hue angle of 262.82º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #573C83 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8760131-
CMYK0.340.5400.49
HSL262.82º37.17%37.45%-
HSV(B)262.82º54.2%51.37%-
XYZ9.646.922.3-
YUV76.17158.95135.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=31.29%
G=21.58%
B=47.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87601310.340.5400.49262.8237.1737.45
Hex573C8322360311072525
Octal1277420342660614074545
Binary1010111111100100000111000101101100110001100000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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