#445561

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

Shades of San Juan #445561

Tints of San Juan #445561

Color information

#445561 (or 0x445561) is unknown color: approx San Juan. HEX triplet: 44, 55 and 61. RGB value is (68,85,97). Sum of RGB (Red+Green+Blue) = 68+85+97=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #445561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445561 is #BBAA9E. Grayscale: #515151. Windows color (decimal): -12298911 or 6378820. OLE color: 6378820.

HSL color Cylindrical-coordinate representation of color #445561: hue angle of 204.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445561 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688597-
CMYK0.300.1200.62
HSL204.83º17.58%32.35%-
HSV(B)204.83º29.9%38.04%-
XYZ7.798.5912.56-
YUV81.28136.87118.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=27.2%
G=34%
B=38.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6885970.300.1200.62204.8317.5832.35
Hex4455611EC03Ecd1220
Octal10412514136140763152240
Binary10001001010101110000111110110001111101100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445561; }

 p { color: rgb(68,85,97); }

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

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

 a { background-color: rgb(68,85,97); }

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

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

 span { border-color: rgb(68,85,97); }

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