#573885

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

Shades of Kingfisher Daisy #573885

Tints of Kingfisher Daisy #573885

Color information

#573885 (or 0x573885) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 38 and 85. RGB value is (87,56,133). Sum of RGB (Red+Green+Blue) = 87+56+133=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #573885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573885 is #A8C77A. Grayscale: #494949. Windows color (decimal): -11061115 or 8730711. OLE color: 8730711.

HSL color Cylindrical-coordinate representation of color #573885: hue angle of 264.16º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573885 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8756133-
CMYK0.350.5800.48
HSL264.16º40.74%37.06%-
HSV(B)264.16º57.89%52.16%-
XYZ9.586.5522.95-
YUV74.05161.27137.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=31.52%
G=20.29%
B=48.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87561330.350.5800.48264.1640.7437.06
Hex573885233A0301082925
Octal1277020543720604105145
Binary1010111111000100001011000111110100110000100001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573885; }

 p { color: rgb(87,56,133); }

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

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

 a { background-color: rgb(87,56,133); }

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

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

 span { border-color: rgb(87,56,133); }

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