#455455

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

Shades of Mako #455455

Tints of Mako #455455

Color information

#455455 (or 0x455455) is unknown color: approx Mako. HEX triplet: 45, 54 and 55. RGB value is (69,84,85). Sum of RGB (Red+Green+Blue) = 69+84+85=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #455455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455455 is #BAABAA. Grayscale: #4F4F4F. Windows color (decimal): -12233643 or 5592133. OLE color: 5592133.

HSL color Cylindrical-coordinate representation of color #455455: hue angle of 183.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455455 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB698485-
CMYK0.190.0100.67
HSL183.75º10.39%30.2%-
HSV(B)183.75º18.82%33.33%-
XYZ7.268.269.81-
YUV79.63131.03120.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=28.99%
G=35.29%
B=35.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984850.190.0100.67183.7510.3930.2
Hex455455131043b8a1e
Octal10512412523101032701236
Binary1000101101010010101011001110100001110111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455455; }

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

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

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

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

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

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

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

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