#571B75

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

Shades of Blue Diamond #571B75

Tints of Blue Diamond #571B75

Color information

#571B75 (or 0x571B75) is unknown color: approx Blue Diamond. HEX triplet: 57, 1B and 75. RGB value is (87,27,117). Sum of RGB (Red+Green+Blue) = 87+27+117=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #571B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B75 is #A8E48A. Grayscale: #363636. Windows color (decimal): -11068555 or 7674711. OLE color: 7674711.

HSL color Cylindrical-coordinate representation of color #571B75: hue angle of 280º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571B75 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8727117-
CMYK0.260.7700.54
HSL280º62.5%28.24%-
HSV(B)280º76.92%45.88%-
XYZ7.534.0917.22-
YUV55.2162.88150.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=37.66%
G=11.69%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87271170.260.7700.5428062.528.24
Hex571B751A4D0361183e1c
Octal12733165321150664307634
Binary1010111110111110101110101001101011011010001100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B75; }

 p { color: rgb(87,27,117); }

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

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

 a { background-color: rgb(87,27,117); }

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

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

 span { border-color: rgb(87,27,117); }

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