#572F84

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

Shades of Kingfisher Daisy #572F84

Tints of Kingfisher Daisy #572F84

Color information

#572F84 (or 0x572F84) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2F and 84. RGB value is (87,47,132). Sum of RGB (Red+Green+Blue) = 87+47+132=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #572F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F84 is #A8D07B. Grayscale: #444444. Windows color (decimal): -11063420 or 8662871. OLE color: 8662871.

HSL color Cylindrical-coordinate representation of color #572F84: hue angle of 268.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572F84 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8747132-
CMYK0.340.6400.48
HSL268.24º47.49%35.1%-
HSV(B)268.24º64.39%51.76%-
XYZ9.115.7322.45-
YUV68.65163.75141.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=32.71%
G=17.67%
B=49.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87471320.340.6400.48268.2447.4935.1
Hex572F84224003010c2f23
Octal12757204421000604145743
Binary10101111011111000010010001010000000110000100001100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,132); }

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

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

 a { background-color: rgb(87,47,132); }

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

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

 span { border-color: rgb(87,47,132); }

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