#573A75

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

Shades of Kingfisher Daisy #573A75

Tints of Kingfisher Daisy #573A75

Color information

#573A75 (or 0x573A75) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 3A and 75. RGB value is (87,58,117). Sum of RGB (Red+Green+Blue) = 87+58+117=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #573A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A75 is #A8C58A. Grayscale: #494949. Windows color (decimal): -11060619 or 7682647. OLE color: 7682647.

HSL color Cylindrical-coordinate representation of color #573A75: hue angle of 269.49º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #573A75 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8758117-
CMYK0.260.5000.54
HSL269.49º33.71%34.31%-
HSV(B)269.49º50.43%45.88%-
XYZ8.656.3417.6-
YUV73.4152.61137.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=33.21%
G=22.14%
B=44.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87581170.260.5000.54269.4933.7134.31
Hex573A751A3203610d2222
Octal1277216532620664154242
Binary10101111110101110101110101100100110110100001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,117); }

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

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

 a { background-color: rgb(87,58,117); }

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

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

 span { border-color: rgb(87,58,117); }

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