Html Css Color HEX #525B58 Cape Cod

📋 copy color: '#525B58'

red 82 ◦ green 91 ◦ blue 88

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

Shades of Cape Cod #525B58

Tints of Cape Cod #525B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 31.42%
G = 34.87%
B = 33.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#525B58 (or 0x525B58) is known color: Cape Cod. HEX triplet: 52, 5B and 58. RGB value is (82,91,88). Sum of RGB (Red+Green+Blue) = 82+91+88=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #525B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B58 is #ADA4A7. Grayscale: #575757. Windows color (decimal): -11379880 or 5790546. OLE color: 5790546.

HSL color Cylindrical-coordinate representation of color #525B58: hue angle of 160º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525B58 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 88 -
CMYK 0.10 0 0.03 0.64
HSL 160º 0.05% 0.34% -
HSV(B) 160º 0.1% 0.36% -
XYZ 8.98 9.98 10.69 -
YUV 87.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 82 91 88 0.10 0 0.03 0.64 160 0.05 0.34
Hex 52 5B 58 A 0 3 40 A0 5 22
Octal 122 133 130 12 0 3 100 240 5 42
Binary 1010010 1011011 1011000 1010 0 11 1000000 10100000 101 100010

Color Harmonies of #525B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B58

Black with #525B58

Text Example


Text Example

White with #525B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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