#572477

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

Shades of Blue Diamond #572477

Tints of Blue Diamond #572477

Color information

#572477 (or 0x572477) is unknown color: approx Blue Diamond. HEX triplet: 57, 24 and 77. RGB value is (87,36,119). Sum of RGB (Red+Green+Blue) = 87+36+119=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #572477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572477 is #A8DB88. Grayscale: #3C3C3C. Windows color (decimal): -11066249 or 7808087. OLE color: 7808087.

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

Color convert

RGB8736119-
CMYK0.270.7000.53
HSL276.87º53.55%30.39%-
HSV(B)276.87º69.75%46.67%-
XYZ7.894.6217.93-
YUV60.71160.9146.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=35.95%
G=14.88%
B=49.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87361190.270.7000.53276.8753.5530.39
Hex5724771B46035115361e
Octal12744167331060654256636
Binary10101111001001110111110111000110011010110001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572477; }

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

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

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

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

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

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

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

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