#57207B

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

Shades of Blue Diamond #57207B

Tints of Blue Diamond #57207B

Color information

#57207B (or 0x57207B) is unknown color: approx Blue Diamond. HEX triplet: 57, 20 and 7B. RGB value is (87,32,123). Sum of RGB (Red+Green+Blue) = 87+32+123=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #57207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57207B is #A8DF84. Grayscale: #3A3A3A. Windows color (decimal): -11067269 or 8069207. OLE color: 8069207.

HSL color Cylindrical-coordinate representation of color #57207B: hue angle of 276.26º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57207B is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8732123-
CMYK0.290.7400.52
HSL276.26º58.71%30.39%-
HSV(B)276.26º73.98%48.24%-
XYZ8.024.4919.18-
YUV58.82164.22148.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=35.95%
G=13.22%
B=50.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87321230.290.7400.52276.2658.7130.39
Hex57207B1D4A0341143b1e
Octal12740173351120644247336
Binary10101111000001111011111011001010011010010001010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57207B; }

 p { color: rgb(87,32,123); }

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

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

 a { background-color: rgb(87,32,123); }

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

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

 span { border-color: rgb(87,32,123); }

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