#454D5D

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

Shades of Rhino #454D5D

Tints of Rhino #454D5D

Color information

#454D5D (or 0x454D5D) is unknown color: approx Rhino. HEX triplet: 45, 4D and 5D. RGB value is (69,77,93). Sum of RGB (Red+Green+Blue) = 69+77+93=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #454D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D5D is #BAB2A2. Grayscale: #4C4C4C. Windows color (decimal): -12235427 or 6114629. OLE color: 6114629.

HSL color Cylindrical-coordinate representation of color #454D5D: hue angle of 220º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454D5D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB697793-
CMYK0.260.1700.64
HSL220º14.81%31.76%-
HSV(B)220º25.81%36.47%-
XYZ7.087.3611.4-
YUV76.43137.35122.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=28.87%
G=32.22%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6977930.260.1700.6422014.8131.76
Hex454D5D1A11040dcf20
Octal105115135322101003341740
Binary100010110011011011101110101000101000000110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D5D; }

 p { color: rgb(69,77,93); }

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

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

 a { background-color: rgb(69,77,93); }

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

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

 span { border-color: rgb(69,77,93); }

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