#455760

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

Shades of San Juan #455760

Tints of San Juan #455760

Color information

#455760 (or 0x455760) is unknown color: approx San Juan. HEX triplet: 45, 57 and 60. RGB value is (69,87,96). Sum of RGB (Red+Green+Blue) = 69+87+96=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #455760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455760 is #BAA89F. Grayscale: #525252. Windows color (decimal): -12232864 or 6313797. OLE color: 6313797.

HSL color Cylindrical-coordinate representation of color #455760: hue angle of 200º 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 #455760 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698796-
CMYK0.280.0900.62
HSL200º16.36%32.35%-
HSV(B)200º28.12%37.65%-
XYZ7.978.9312.37-
YUV82.64135.54118.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=27.38%
G=34.52%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6987960.280.0900.6220016.3632.35
Hex4557601C903Ec81020
Octal10512714034110763102040
Binary10001011010111110000011100100101111101100100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455760; }

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

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

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

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

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

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

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

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