#572676

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

Shades of Blue Diamond #572676

Tints of Blue Diamond #572676

Color information

#572676 (or 0x572676) is unknown color: approx Blue Diamond. HEX triplet: 57, 26 and 76. RGB value is (87,38,118). Sum of RGB (Red+Green+Blue) = 87+38+118=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #572676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572676 is #A8D989. Grayscale: #3D3D3D. Windows color (decimal): -11065738 or 7743063. OLE color: 7743063.

HSL color Cylindrical-coordinate representation of color #572676: hue angle of 276.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572676 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8738118-
CMYK0.260.6800.54
HSL276.75º51.28%30.59%-
HSV(B)276.75º67.8%46.27%-
XYZ7.894.7217.63-
YUV61.77159.73146-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=35.80%
G=15.64%
B=48.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87381180.260.6800.54276.7551.2830.59
Hex5726761A44036115331f
Octal12746166321040664256337
Binary10101111001101110110110101000100011011010001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572676; }

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

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

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

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

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

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

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

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