#44525D

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

Shades of San Juan #44525D

Tints of San Juan #44525D

Color information

#44525D (or 0x44525D) is unknown color: approx San Juan. HEX triplet: 44, 52 and 5D. RGB value is (68,82,93). Sum of RGB (Red+Green+Blue) = 68+82+93=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #44525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525D is #BBADA2. Grayscale: #4F4F4F. Windows color (decimal): -12299683 or 6115908. OLE color: 6115908.

HSL color Cylindrical-coordinate representation of color #44525D: hue angle of 206.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44525D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688293-
CMYK0.270.1200.64
HSL206.4º15.53%31.57%-
HSV(B)206.4º26.88%36.47%-
XYZ7.388.0511.52-
YUV79.07135.86120.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=27.98%
G=33.74%
B=38.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6882930.270.1200.64206.415.5331.57
Hex44525D1BC040ce1020
Octal104122135331401003162040
Binary100010010100101011101110111100010000001100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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