#445D68

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

Shades of San Juan #445D68

Tints of San Juan #445D68

Color information

#445D68 (or 0x445D68) is unknown color: approx San Juan. HEX triplet: 44, 5D and 68. RGB value is (68,93,104). Sum of RGB (Red+Green+Blue) = 68+93+104=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #445D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D68 is #BBA297. Grayscale: #565656. Windows color (decimal): -12296856 or 6839620. OLE color: 6839620.

HSL color Cylindrical-coordinate representation of color #445D68: hue angle of 198.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445D68 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6893104-
CMYK0.350.1100.59
HSL198.33º20.93%33.73%-
HSV(B)198.33º34.62%40.78%-
XYZ8.810.0614.57-
YUV86.78137.72114.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=25.66%
G=35.09%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68931040.350.1100.59198.3320.9333.73
Hex445D6823B03Bc61522
Octal10413515043130733062542
Binary100010010111011101000100011101101110111100011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445D68; }

 p { color: rgb(68,93,104); }

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

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

 a { background-color: rgb(68,93,104); }

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

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

 span { border-color: rgb(68,93,104); }

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