#572677

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

Shades of Blue Diamond #572677

Tints of Blue Diamond #572677

Color information

#572677 (or 0x572677) is unknown color: approx Blue Diamond. HEX triplet: 57, 26 and 77. RGB value is (87,38,119). Sum of RGB (Red+Green+Blue) = 87+38+119=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #572677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572677 is #A8D988. Grayscale: #3D3D3D. Windows color (decimal): -11065737 or 7808599. OLE color: 7808599.

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

Color convert

RGB8738119-
CMYK0.270.6800.53
HSL276.3º51.59%30.78%-
HSV(B)276.3º68.07%46.67%-
XYZ7.954.7417.95-
YUV61.88160.23145.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=35.66%
G=15.57%
B=48.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87381190.270.6800.53276.351.5930.78
Hex5726771B44035114341f
Octal12746167331040654246437
Binary10101111001101110111110111000100011010110001010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572677; }

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

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

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

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

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

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

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

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