Html Css Color HEX #572476 Blue Diamond

📋 copy color: '#572476'

red 87 ◦ green 36 ◦ blue 118

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

Shades of Blue Diamond #572476

Tints of Blue Diamond #572476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

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

R = 36.1%
G = 14.94%
B = 48.96%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#572476 (or 0x572476) is known color: Blue Diamond. HEX triplet: 57, 24 and 76. RGB value is (87,36,118). Sum of RGB (Red+Green+Blue) = 87+36+118=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #572476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572476 is #A8DB89. Grayscale: #3C3C3C. Windows color (decimal): -11066250 or 7742551. OLE color: 7742551.

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

Color convert

RGB 87 36 118 -
CMYK 0.26 0.69 0 0.54
HSL 277.32º 0.53% 0.3% -
HSV(B) 277.32º 0.69% 0.46% -
XYZ 7.83 4.6 17.61 -
YUV 60.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 87 36 118 0.26 0.69 0 0.54 277.32 0.53 0.3
Hex 57 24 76 1A 45 0 36 115 35 1E
Octal 127 44 166 32 105 0 66 425 65 36
Binary 1010111 100100 1110110 11010 1000101 0 110110 100010101 110101 11110

Color Harmonies of #572476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572476

Black with #572476

Text Example


Text Example

White with #572476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572476; }

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

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

background-color css

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

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

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

border-color css

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

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

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