#455750

Color #455750 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #455750

Tints of Cape Cod #455750

Color information

#455750 (or 0x455750) is unknown color: approx Cape Cod. HEX triplet: 45, 57 and 50. RGB value is (69,87,80). Sum of RGB (Red+Green+Blue) = 69+87+80=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #455750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455750 is #BAA8AF. Grayscale: #505050. Windows color (decimal): -12232880 or 5265221. OLE color: 5265221.

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

Color convert

RGB698780-
CMYK0.2100.080.66
HSL156.67º11.54%30.59%-
HSV(B)156.67º20.69%34.12%-
XYZ7.318.668.88-
YUV80.82127.54119.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=29.24%
G=36.86%
B=33.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987800.2100.080.66156.6711.5430.59
Hex4557501508429dc1f
Octal105127120250101022351437
Binary1000101101011110100001010101000100001010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455750; }

 p { color: rgb(69,87,80); }

 H1.HeaderClassName
 {
   color: #455750;
 }
 .AnyTagClassName
 {
   color: #455750;
 }
</style>
background-color css

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

 a { background-color: rgb(69,87,80); }

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

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

 span { border-color: rgb(69,87,80); }

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