#573080

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

Shades of Kingfisher Daisy #573080

Tints of Kingfisher Daisy #573080

Color information

#573080 (or 0x573080) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 30 and 80. RGB value is (87,48,128). Sum of RGB (Red+Green+Blue) = 87+48+128=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #573080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573080 is #A8CF7F. Grayscale: #444444. Windows color (decimal): -11063168 or 8400983. OLE color: 8400983.

HSL color Cylindrical-coordinate representation of color #573080: hue angle of 269.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #573080 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8748128-
CMYK0.320.6200.50
HSL269.25º45.45%34.51%-
HSV(B)269.25º62.5%50.2%-
XYZ8.885.721.05-
YUV68.78161.42141-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=33.08%
G=18.25%
B=48.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87481280.320.6200.50269.2545.4534.51
Hex573080203E03210d2d23
Octal1276020040760624155543
Binary1010111110000100000001000001111100110010100001101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573080; }

 p { color: rgb(87,48,128); }

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

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

 a { background-color: rgb(87,48,128); }

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

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

 span { border-color: rgb(87,48,128); }

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