Html Css Color HEX #572277 Blue Diamond

📋 copy color: '#572277'

red 87 ◦ green 34 ◦ blue 119

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

Shades of Blue Diamond #572277

Tints of Blue Diamond #572277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 36.25%
G = 14.17%
B = 49.58%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572277 (or 0x572277) is known color: Blue Diamond. HEX triplet: 57, 22 and 77. RGB value is (87,34,119). Sum of RGB (Red+Green+Blue) = 87+34+119=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #572277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572277 is #A8DD88. Grayscale: #3B3B3B. Windows color (decimal): -11066761 or 7807575. OLE color: 7807575.

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

Color convert

RGB 87 34 119 -
CMYK 0.27 0.71 0 0.53
HSL 277.41º 0.56% 0.3% -
HSV(B) 277.41º 0.71% 0.47% -
XYZ 7.83 4.5 17.91 -
YUV 59.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 87 34 119 0.27 0.71 0 0.53 277.41 0.56 0.3
Hex 57 22 77 1B 47 0 35 115 38 1E
Octal 127 42 167 33 107 0 65 425 70 36
Binary 1010111 100010 1110111 11011 1000111 0 110101 100010101 111000 11110

Color Harmonies of #572277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572277

Black with #572277

Text Example


Text Example

White with #572277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572277; }

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

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

background-color css

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

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

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

border-color css

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

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

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