#454E58

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

Shades of Rhino #454E58

Tints of Rhino #454E58

Color information

#454E58 (or 0x454E58) is unknown color: approx Rhino. HEX triplet: 45, 4E and 58. RGB value is (69,78,88). Sum of RGB (Red+Green+Blue) = 69+78+88=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #454E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E58 is #BAB1A7. Grayscale: #4C4C4C. Windows color (decimal): -12235176 or 5787205. OLE color: 5787205.

HSL color Cylindrical-coordinate representation of color #454E58: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454E58 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697888-
CMYK0.220.1100.65
HSL211.58º12.1%30.78%-
HSV(B)211.58º21.59%34.51%-
XYZ6.947.4210.3-
YUV76.45134.52122.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=29.36%
G=33.19%
B=37.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6978880.220.1100.65211.5812.130.78
Hex454E5816B041d4c1f
Octal105116130261301013241437
Binary1000101100111010110001011010110100000111010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,78,88); }

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

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

 a { background-color: rgb(69,78,88); }

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

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

 span { border-color: rgb(69,78,88); }

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