Html Css Color HEX #485753 Cape Cod

📋 copy color: '#485753'

red 72 ◦ green 87 ◦ blue 83

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

Shades of Cape Cod #485753

Tints of Cape Cod #485753

RGB

 RED value IS 72 (28.52% from 255) = 29.75%

 GREEN value IS 87 (34.38% from 255) = 35.95%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 29.75%
G = 35.95%
B = 34.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#485753 (or 0x485753) is known color: Cape Cod. HEX triplet: 48, 57 and 53. RGB value is (72,87,83). Sum of RGB (Red+Green+Blue) = 72+87+83=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #485753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485753 is #B7A8AC. Grayscale: #525252. Windows color (decimal): -12036269 or 5461832. OLE color: 5461832.

HSL color Cylindrical-coordinate representation of color #485753: hue angle of 164º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485753 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 83 -
CMYK 0.17 0 0.05 0.66
HSL 164º 0.09% 0.31% -
HSV(B) 164º 0.17% 0.34% -
XYZ 7.64 8.82 9.48 -
YUV 82.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 72 87 83 0.17 0 0.05 0.66 164 0.09 0.31
Hex 48 57 53 11 0 5 42 A4 9 1F
Octal 110 127 123 21 0 5 102 244 11 37
Binary 1001000 1010111 1010011 10001 0 101 1000010 10100100 1001 11111

Color Harmonies of #485753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485753

Black with #485753

Text Example


Text Example

White with #485753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485753; }

 p { color: rgb(72,87,83); }

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

background-color css

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

 a { background-color: rgb(72,87,83); }

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

border-color css

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

 span { border-color: rgb(72,87,83); }

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