#572E75

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

Shades of Kingfisher Daisy #572E75

Tints of Kingfisher Daisy #572E75

Color information

#572E75 (or 0x572E75) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2E and 75. RGB value is (87,46,117). Sum of RGB (Red+Green+Blue) = 87+46+117=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #572E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E75 is #A8D18A. Grayscale: #424242. Windows color (decimal): -11063691 or 7679575. OLE color: 7679575.

HSL color Cylindrical-coordinate representation of color #572E75: hue angle of 274.65º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572E75 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8746117-
CMYK0.260.6100.54
HSL274.65º43.56%31.96%-
HSV(B)274.65º60.68%45.88%-
XYZ8.125.2617.42-
YUV66.35156.58142.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=34.8%
G=18.4%
B=46.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87461170.260.6100.54274.6543.5631.96
Hex572E751A3D0361132c20
Octal1275616532750664235440
Binary10101111011101110101110101111010110110100010011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E75; }

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

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

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

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

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

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

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

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