#44585F

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

Shades of San Juan #44585F

Tints of San Juan #44585F

Color information

#44585F (or 0x44585F) is unknown color: approx San Juan. HEX triplet: 44, 58 and 5F. RGB value is (68,88,95). Sum of RGB (Red+Green+Blue) = 68+88+95=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #44585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44585F is #BBA7A0. Grayscale: #525252. Windows color (decimal): -12298145 or 6248516. OLE color: 6248516.

HSL color Cylindrical-coordinate representation of color #44585F: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44585F is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB688895-
CMYK0.280.0700.63
HSL195.56º16.56%31.96%-
HSV(B)195.56º28.42%37.25%-
XYZ7.949.0312.15-
YUV82.82134.87117.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=27.09%
G=35.06%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6888950.280.0700.63195.5616.5631.96
Hex44585F1C703Fc41120
Octal1041301373470773042140
Binary1000100101100010111111110011101111111100010010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44585F; }

 p { color: rgb(68,88,95); }

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

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

 a { background-color: rgb(68,88,95); }

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

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

 span { border-color: rgb(68,88,95); }

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