#571A75

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

Shades of Blue Diamond #571A75

Tints of Blue Diamond #571A75

Color information

#571A75 (or 0x571A75) is unknown color: approx Blue Diamond. HEX triplet: 57, 1A and 75. RGB value is (87,26,117). Sum of RGB (Red+Green+Blue) = 87+26+117=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #571A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A75 is #A8E58A. Grayscale: #363636. Windows color (decimal): -11068811 or 7674455. OLE color: 7674455.

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

Color convert

RGB8726117-
CMYK0.260.7800.54
HSL280.22º63.64%28.04%-
HSV(B)280.22º77.78%45.88%-
XYZ7.514.0517.22-
YUV54.61163.21151.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=37.83%
G=11.30%
B=50.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87261170.260.7800.54280.2263.6428.04
Hex571A751A4E036118401c
Octal127321653211606643010034
Binary10101111101011101011101010011100110110100011000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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