#572478

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

Shades of Blue Diamond #572478

Tints of Blue Diamond #572478

Color information

#572478 (or 0x572478) is unknown color: approx Blue Diamond. HEX triplet: 57, 24 and 78. RGB value is (87,36,120). Sum of RGB (Red+Green+Blue) = 87+36+120=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #572478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572478 is #A8DB87. Grayscale: #3C3C3C. Windows color (decimal): -11066248 or 7873623. OLE color: 7873623.

HSL color Cylindrical-coordinate representation of color #572478: hue angle of 276.43º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572478 is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8736120-
CMYK0.280.700.53
HSL276.43º53.85%30.59%-
HSV(B)276.43º70%47.06%-
XYZ7.954.6418.25-
YUV60.82161.4146.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=35.80%
G=14.81%
B=49.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87361200.280.700.53276.4353.8530.59
Hex5724781C46035114361f
Octal12744170341060654246637
Binary10101111001001111000111001000110011010110001010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572478; }

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

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

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

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

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

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

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

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