Html Css Color HEX #572076 Blue Diamond

📋 copy color: '#572076'

red 87 ◦ green 32 ◦ blue 118

#572076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #572076

Tints of Blue Diamond #572076

RGB

 RED value IS 87 (34.38% from 255) = 36.71%

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 36.71%
G = 13.5%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#572076 (or 0x572076) is known color: Blue Diamond. HEX triplet: 57, 20 and 76. RGB value is (87,32,118). Sum of RGB (Red+Green+Blue) = 87+32+118=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #572076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572076 is #A8DF89. Grayscale: #393939. Windows color (decimal): -11067274 or 7741527. OLE color: 7741527.

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

Color convert

RGB 87 32 118 -
CMYK 0.26 0.73 0 0.54
HSL 278.37º 0.57% 0.29% -
HSV(B) 278.37º 0.73% 0.46% -
XYZ 7.72 4.37 17.58 -
YUV 58.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 87 32 118 0.26 0.73 0 0.54 278.37 0.57 0.29
Hex 57 20 76 1A 49 0 36 116 39 1D
Octal 127 40 166 32 111 0 66 426 71 35
Binary 1010111 100000 1110110 11010 1001001 0 110110 100010110 111001 11101

Color Harmonies of #572076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572076

Black with #572076

Text Example


Text Example

White with #572076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572076; }

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

 H1.HeaderClassName
 {
   color: #572076;
 }
 .AnyTagClassName
 {
   color: #572076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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