Html Css Color HEX #572676 Blue Diamond

📋 copy color: '#572676'

red 87 ◦ green 38 ◦ blue 118

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

Shades of Blue Diamond #572676

Tints of Blue Diamond #572676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 35.8%
G = 15.64%
B = 48.56%

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

#572676 (or 0x572676) is known color: Blue Diamond. HEX triplet: 57, 26 and 76. RGB value is (87,38,118). Sum of RGB (Red+Green+Blue) = 87+38+118=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #572676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572676 is #A8D989. Grayscale: #3D3D3D. Windows color (decimal): -11065738 or 7743063. OLE color: 7743063.

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

Color convert

RGB 87 38 118 -
CMYK 0.26 0.68 0 0.54
HSL 276.75º 0.51% 0.31% -
HSV(B) 276.75º 0.68% 0.46% -
XYZ 7.89 4.72 17.63 -
YUV 61.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 87 38 118 0.26 0.68 0 0.54 276.75 0.51 0.31
Hex 57 26 76 1A 44 0 36 115 33 1F
Octal 127 46 166 32 104 0 66 425 63 37
Binary 1010111 100110 1110110 11010 1000100 0 110110 100010101 110011 11111

Color Harmonies of #572676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572676

Black with #572676

Text Example


Text Example

White with #572676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572676; }

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

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

background-color css

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

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

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

border-color css

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

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

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