#445960

Color #445960 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #445960

Tints of San Juan #445960

Color information

#445960 (or 0x445960) is unknown color: approx San Juan. HEX triplet: 44, 59 and 60. RGB value is (68,89,96). Sum of RGB (Red+Green+Blue) = 68+89+96=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #445960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445960 is #BBA69F. Grayscale: #535353. Windows color (decimal): -12297888 or 6314308. OLE color: 6314308.

HSL color Cylindrical-coordinate representation of color #445960: hue angle of 195º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445960 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688996-
CMYK0.290.0700.62
HSL195º17.07%32.16%-
HSV(B)195º29.17%37.65%-
XYZ8.079.2212.42-
YUV83.52135.04116.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=26.88%
G=35.18%
B=37.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6889960.290.0700.6219517.0732.16
Hex4459601D703Ec31120
Octal1041311403570763032140
Binary1000100101100111000001110111101111101100001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445960; }

 p { color: rgb(68,89,96); }

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

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

 a { background-color: rgb(68,89,96); }

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

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

 span { border-color: rgb(68,89,96); }

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