Html Css Color HEX #525567 East Bay

📋 copy color: '#525567'

red 82 ◦ green 85 ◦ blue 103

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

Shades of East Bay #525567

Tints of East Bay #525567

RGB

 RED value IS 82 (32.42% from 255) = 30.37%

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

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 30.37%
G = 31.48%
B = 38.15%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525567 (or 0x525567) is known color: East Bay. HEX triplet: 52, 55 and 67. RGB value is (82,85,103). Sum of RGB (Red+Green+Blue) = 82+85+103=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #525567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525567 is #ADAA98. Grayscale: #565656. Windows color (decimal): -11381401 or 6772050. OLE color: 6772050.

HSL color Cylindrical-coordinate representation of color #525567: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525567 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 85 103 -
CMYK 0.20 0.17 0 0.60
HSL 231.43º 0.11% 0.36% -
HSV(B) 231.43º 0.2% 0.4% -
XYZ 9.18 9.27 14.14 -
YUV 86.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 82 85 103 0.20 0.17 0 0.60 231.43 0.11 0.36
Hex 52 55 67 14 11 0 3C E7 B 24
Octal 122 125 147 24 21 0 74 347 13 44
Binary 1010010 1010101 1100111 10100 10001 0 111100 11100111 1011 100100

Color Harmonies of #525567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525567

Black with #525567

Text Example


Text Example

White with #525567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525567; }

 p { color: rgb(82,85,103); }

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

background-color css

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

 a { background-color: rgb(82,85,103); }

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

border-color css

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

 span { border-color: rgb(82,85,103); }

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