#572c8b

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

Shades of Kingfisher Daisy #572C8B

Tints of Kingfisher Daisy #572C8B

Color information

#572C8B (or 0x572C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2C and 8B. RGB value is (87,44,139). Sum of RGB (Red+Green+Blue) = 87+44+139=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #572C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C8B is #A8D374. Grayscale: #434343. Windows color (decimal): -11064181 or 9120855. OLE color: 9120855.

HSL color Cylindrical-coordinate representation of color #572C8B: hue angle of 267.16º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572C8B is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8744139-
CMYK0.370.6800.45
HSL267.16º51.91%35.88%-
HSV(B)267.16º68.35%54.51%-
XYZ9.495.6925.02-
YUV67.69168.25141.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=32.22%
G=16.30%
B=51.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87441390.370.6800.45267.1651.9135.88
Hex572C8B254402D10b3424
Octal12754213451040554136444
Binary10101111011001000101110010110001000101101100001011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,139); }

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

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

 a { background-color: rgb(87,44,139); }

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

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

 span { border-color: rgb(87,44,139); }

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