#572178

Color #572178 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #572178

Tints of Blue Diamond #572178

Color information

#572178 (or 0x572178) is unknown color: approx Blue Diamond. HEX triplet: 57, 21 and 78. RGB value is (87,33,120). Sum of RGB (Red+Green+Blue) = 87+33+120=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #572178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572178 is #A8DE87. Grayscale: #3A3A3A. Windows color (decimal): -11067016 or 7872855. OLE color: 7872855.

HSL color Cylindrical-coordinate representation of color #572178: hue angle of 277.24º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572178 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8733120-
CMYK0.280.7200.53
HSL277.24º56.86%30%-
HSV(B)277.24º72.5%47.06%-
XYZ7.864.4718.22-
YUV59.06162.39147.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 120 (47.27% from 255) = 50%
R=36.25%
G=13.75%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87331200.280.7200.53277.2456.8630
Hex5721781C48035115391e
Octal12741170341100654257136
Binary10101111000011111000111001001000011010110001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572178; }

 p { color: rgb(87,33,120); }

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

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

 a { background-color: rgb(87,33,120); }

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

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

 span { border-color: rgb(87,33,120); }

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