Html Css Color HEX #572575 Blue Diamond

📋 copy color: '#572575'

red 87 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #572575

Tints of Blue Diamond #572575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 36.1%
G = 15.35%
B = 48.55%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#572575 (or 0x572575) is known color: Blue Diamond. HEX triplet: 57, 25 and 75. RGB value is (87,37,117). Sum of RGB (Red+Green+Blue) = 87+37+117=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #572575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572575 is #A8DA8A. Grayscale: #3C3C3C. Windows color (decimal): -11065995 or 7677271. OLE color: 7677271.

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

Color convert

RGB 87 37 117 -
CMYK 0.26 0.68 0 0.54
HSL 277.5º 0.52% 0.3% -
HSV(B) 277.5º 0.68% 0.46% -
XYZ 7.8 4.63 17.31 -
YUV 61.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 87 37 117 0.26 0.68 0 0.54 277.5 0.52 0.3
Hex 57 25 75 1A 44 0 36 116 34 1E
Octal 127 45 165 32 104 0 66 426 64 36
Binary 1010111 100101 1110101 11010 1000100 0 110110 100010110 110100 11110

Color Harmonies of #572575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572575

Black with #572575

Text Example


Text Example

White with #572575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572575; }

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

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

background-color css

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

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

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

border-color css

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

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

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