#44525C

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

Shades of San Juan #44525C

Tints of San Juan #44525C

Color information

#44525C (or 0x44525C) is unknown color: approx San Juan. HEX triplet: 44, 52 and 5C. RGB value is (68,82,92). Sum of RGB (Red+Green+Blue) = 68+82+92=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #44525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525C is #BBADA3. Grayscale: #4E4E4E. Windows color (decimal): -12299684 or 6050372. OLE color: 6050372.

HSL color Cylindrical-coordinate representation of color #44525C: hue angle of 205º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44525C is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688292-
CMYK0.260.1100.64
HSL205º15%31.37%-
HSV(B)205º26.09%36.08%-
XYZ7.338.0411.29-
YUV78.95135.36120.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=28.10%
G=33.88%
B=38.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6882920.260.1100.642051531.37
Hex44525C1AB040cdf1f
Octal104122134321301003151737
Binary1000100101001010111001101010110100000011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44525C; }

 p { color: rgb(68,82,92); }

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

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

 a { background-color: rgb(68,82,92); }

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

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

 span { border-color: rgb(68,82,92); }

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