#44565F

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

Shades of San Juan #44565F

Tints of San Juan #44565F

Color information

#44565F (or 0x44565F) is unknown color: approx San Juan. HEX triplet: 44, 56 and 5F. RGB value is (68,86,95). Sum of RGB (Red+Green+Blue) = 68+86+95=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #44565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44565F is #BBA9A0. Grayscale: #515151. Windows color (decimal): -12298657 or 6248004. OLE color: 6248004.

HSL color Cylindrical-coordinate representation of color #44565F: hue angle of 200º 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 #44565F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB688695-
CMYK0.280.0900.63
HSL200º16.56%31.96%-
HSV(B)200º28.42%37.25%-
XYZ7.788.7112.1-
YUV81.64135.54118.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=27.31%
G=34.54%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6886950.280.0900.6320016.5631.96
Hex44565F1C903Fc81120
Octal10412613734110773102140
Binary10001001010110101111111100100101111111100100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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