#455A5B

Color #455A5B Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #455A5B

Tints of Mako #455A5B

Color information

#455A5B (or 0x455A5B) is unknown color: approx Mako. HEX triplet: 45, 5A and 5B. RGB value is (69,90,91). Sum of RGB (Red+Green+Blue) = 69+90+91=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #455A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5B is #BAA5A4. Grayscale: #535353. Windows color (decimal): -12232101 or 5986885. OLE color: 5986885.

HSL color Cylindrical-coordinate representation of color #455A5B: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455A5B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB699091-
CMYK0.240.0100.64
HSL182.73º13.75%31.37%-
HSV(B)182.73º24.18%35.69%-
XYZ89.3311.28-
YUV83.84132.04117.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=27.6%
G=36%
B=36.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6990910.240.0100.64182.7313.7531.37
Hex455A5B181040b7e1f
Octal10513213330101002671637
Binary1000101101101010110111100010100000010110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A5B; }

 p { color: rgb(69,90,91); }

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

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

 a { background-color: rgb(69,90,91); }

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

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

 span { border-color: rgb(69,90,91); }

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