Html Css Color HEX #505572 East Bay

📋 copy color: '#505572'

red 80 ◦ green 85 ◦ blue 114

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

Shades of East Bay #505572

Tints of East Bay #505572

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 28.67%
G = 30.47%
B = 40.86%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505572 (or 0x505572) is known color: East Bay. HEX triplet: 50, 55 and 72. RGB value is (80,85,114). Sum of RGB (Red+Green+Blue) = 80+85+114=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #505572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505572 is #AFAA8D. Grayscale: #565656. Windows color (decimal): -11512462 or 7492944. OLE color: 7492944.

HSL color Cylindrical-coordinate representation of color #505572: hue angle of 231.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505572 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 85 114 -
CMYK 0.30 0.25 0 0.55
HSL 231.18º 0.18% 0.38% -
HSV(B) 231.18º 0.3% 0.45% -
XYZ 9.59 9.42 17.23 -
YUV 86.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 80 85 114 0.30 0.25 0 0.55 231.18 0.18 0.38
Hex 50 55 72 1E 19 0 37 E7 12 26
Octal 120 125 162 36 31 0 67 347 22 46
Binary 1010000 1010101 1110010 11110 11001 0 110111 11100111 10010 100110

Color Harmonies of #505572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505572

Black with #505572

Text Example


Text Example

White with #505572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505572; }

 p { color: rgb(80,85,114); }

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

background-color css

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

 a { background-color: rgb(80,85,114); }

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

border-color css

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

 span { border-color: rgb(80,85,114); }

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