#44535B

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

Shades of San Juan #44535B

Tints of San Juan #44535B

Color information

#44535B (or 0x44535B) is unknown color: approx San Juan. HEX triplet: 44, 53 and 5B. RGB value is (68,83,91). Sum of RGB (Red+Green+Blue) = 68+83+91=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #44535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44535B is #BBACA4. Grayscale: #4F4F4F. Windows color (decimal): -12299429 or 5985092. OLE color: 5985092.

HSL color Cylindrical-coordinate representation of color #44535B: hue angle of 200.87º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44535B is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688391-
CMYK0.250.0900.64
HSL200.87º14.47%31.18%-
HSV(B)200.87º25.27%35.69%-
XYZ7.378.1711.09-
YUV79.43134.53119.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=28.10%
G=34.30%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6883910.250.0900.64200.8714.4731.18
Hex44535B199040c9e1f
Octal104123133311101003111637
Binary1000100101001110110111100110010100000011001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44535B; }

 p { color: rgb(68,83,91); }

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

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

 a { background-color: rgb(68,83,91); }

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

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

 span { border-color: rgb(68,83,91); }

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