#573475

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

Shades of Kingfisher Daisy #573475

Tints of Kingfisher Daisy #573475

Color information

#573475 (or 0x573475) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 34 and 75. RGB value is (87,52,117). Sum of RGB (Red+Green+Blue) = 87+52+117=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #573475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573475 is #A8CB8A. Grayscale: #454545. Windows color (decimal): -11062155 or 7681111. OLE color: 7681111.

HSL color Cylindrical-coordinate representation of color #573475: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573475 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8752117-
CMYK0.260.5600.54
HSL272.31º38.46%33.14%-
HSV(B)272.31º55.56%45.88%-
XYZ8.375.7717.5-
YUV69.88154.6140.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=33.98%
G=20.31%
B=45.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87521170.260.5600.54272.3138.4633.14
Hex5734751A380361102621
Octal1276416532700664204641
Binary10101111101001110101110101110000110110100010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573475; }

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

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

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

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

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

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

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

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