Html Css Color HEX #52587A East Bay

📋 copy color: '#52587A'

red 82 ◦ green 88 ◦ blue 122

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

Shades of East Bay #52587A

Tints of East Bay #52587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 28.08%
G = 30.14%
B = 41.78%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52587A (or 0x52587A) is known color: East Bay. HEX triplet: 52, 58 and 7A. RGB value is (82,88,122). Sum of RGB (Red+Green+Blue) = 82+88+122=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #52587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587A is #ADA785. Grayscale: #595959. Windows color (decimal): -11380614 or 8018002. OLE color: 8018002.

HSL color Cylindrical-coordinate representation of color #52587A: hue angle of 231º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52587A is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 88 122 -
CMYK 0.33 0.28 0 0.52
HSL 231º 0.2% 0.4% -
HSV(B) 231º 0.33% 0.48% -
XYZ 10.48 10.18 19.82 -
YUV 90.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 82 88 122 0.33 0.28 0 0.52 231 0.2 0.4
Hex 52 58 7A 21 1C 0 34 E7 14 28
Octal 122 130 172 41 34 0 64 347 24 50
Binary 1010010 1011000 1111010 100001 11100 0 110100 11100111 10100 101000

Color Harmonies of #52587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52587A

Black with #52587A

Text Example


Text Example

White with #52587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52587A; }

 p { color: rgb(82,88,122); }

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

background-color css

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

 a { background-color: rgb(82,88,122); }

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

border-color css

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

 span { border-color: rgb(82,88,122); }

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