#571B74

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

Shades of Blue Diamond #571B74

Tints of Blue Diamond #571B74

Color information

#571B74 (or 0x571B74) is unknown color: approx Blue Diamond. HEX triplet: 57, 1B and 74. RGB value is (87,27,116). Sum of RGB (Red+Green+Blue) = 87+27+116=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #571B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B74 is #A8E48B. Grayscale: #363636. Windows color (decimal): -11068556 or 7609175. OLE color: 7609175.

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

Color convert

RGB8727116-
CMYK0.250.7700.55
HSL280.45º62.24%28.04%-
HSV(B)280.45º76.72%45.49%-
XYZ7.474.0716.91-
YUV55.09162.38150.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=37.83%
G=11.74%
B=50.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87271160.250.7700.55280.4562.2428.04
Hex571B74194D0371183e1c
Octal12733164311150674307634
Binary1010111110111110100110011001101011011110001100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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