Html Css Color HEX #572677 Blue Diamond

📋 copy color: '#572677'

red 87 ◦ green 38 ◦ blue 119

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

Shades of Blue Diamond #572677

Tints of Blue Diamond #572677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 35.66%
G = 15.57%
B = 48.77%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572677 (or 0x572677) is known color: Blue Diamond. HEX triplet: 57, 26 and 77. RGB value is (87,38,119). Sum of RGB (Red+Green+Blue) = 87+38+119=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #572677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572677 is #A8D988. Grayscale: #3D3D3D. Windows color (decimal): -11065737 or 7808599. OLE color: 7808599.

HSL color Cylindrical-coordinate representation of color #572677: hue angle of 276.3º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572677 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 38 119 -
CMYK 0.27 0.68 0 0.53
HSL 276.3º 0.52% 0.31% -
HSV(B) 276.3º 0.68% 0.47% -
XYZ 7.95 4.74 17.95 -
YUV 61.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 87 38 119 0.27 0.68 0 0.53 276.3 0.52 0.31
Hex 57 26 77 1B 44 0 35 114 34 1F
Octal 127 46 167 33 104 0 65 424 64 37
Binary 1010111 100110 1110111 11011 1000100 0 110101 100010100 110100 11111

Color Harmonies of #572677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572677

Black with #572677

Text Example


Text Example

White with #572677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572677; }

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

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

background-color css

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

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

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

border-color css

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

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

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