#445563

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

Shades of San Juan #445563

Tints of San Juan #445563

Color information

#445563 (or 0x445563) is unknown color: approx San Juan. HEX triplet: 44, 55 and 63. RGB value is (68,85,99). Sum of RGB (Red+Green+Blue) = 68+85+99=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #445563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445563 is #BBAA9C. Grayscale: #515151. Windows color (decimal): -12298909 or 6509892. OLE color: 6509892.

HSL color Cylindrical-coordinate representation of color #445563: hue angle of 207.1º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445563 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB688599-
CMYK0.310.1400.61
HSL207.1º18.56%32.75%-
HSV(B)207.1º31.31%38.82%-
XYZ7.888.6313.05-
YUV81.51137.87118.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=26.98%
G=33.73%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6885990.310.1400.61207.118.5632.75
Hex4455631FE03Dcf1321
Octal10412514337160753172341
Binary10001001010101110001111111111001111011100111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445563; }

 p { color: rgb(68,85,99); }

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

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

 a { background-color: rgb(68,85,99); }

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

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

 span { border-color: rgb(68,85,99); }

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