#573474

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

Shades of Kingfisher Daisy #573474

Tints of Kingfisher Daisy #573474

Color information

#573474 (or 0x573474) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 34 and 74. RGB value is (87,52,116). Sum of RGB (Red+Green+Blue) = 87+52+116=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #573474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573474 is #A8CB8B. Grayscale: #454545. Windows color (decimal): -11062156 or 7615575. OLE color: 7615575.

HSL color Cylindrical-coordinate representation of color #573474: hue angle of 272.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #573474 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8752116-
CMYK0.250.5500.55
HSL272.81º38.1%32.94%-
HSV(B)272.81º55.17%45.49%-
XYZ8.315.7417.19-
YUV69.76154.1140.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=34.12%
G=20.39%
B=45.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87521160.250.5500.55272.8138.132.94
Hex57347419370371112621
Octal1276416431670674214641
Binary10101111101001110100110011101110110111100010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573474; }

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

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

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

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

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

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

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

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