#455560

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

Shades of San Juan #455560

Tints of San Juan #455560

Color information

#455560 (or 0x455560) is unknown color: approx San Juan. HEX triplet: 45, 55 and 60. RGB value is (69,85,96). Sum of RGB (Red+Green+Blue) = 69+85+96=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #455560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455560 is #BAAA9F. Grayscale: #515151. Windows color (decimal): -12233376 or 6313285. OLE color: 6313285.

HSL color Cylindrical-coordinate representation of color #455560: hue angle of 204.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455560 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698596-
CMYK0.280.1100.62
HSL204.44º16.36%32.35%-
HSV(B)204.44º28.12%37.65%-
XYZ7.818.6112.32-
YUV81.47136.2119.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=27.6%
G=34%
B=38.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6985960.280.1100.62204.4416.3632.35
Hex4555601CB03Ecc1020
Octal10512514034130763142040
Binary10001011010101110000011100101101111101100110010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455560; }

 p { color: rgb(69,85,96); }

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

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

 a { background-color: rgb(69,85,96); }

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

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

 span { border-color: rgb(69,85,96); }

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