Html Css Color HEX #454E59 Rhino

📋 copy color: '#454E59'

red 69 ◦ green 78 ◦ blue 89

#454E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #454E59

Tints of Rhino #454E59

RGB

 RED value IS 69 (27.34% from 255) = 29.24%

 GREEN value IS 78 (30.86% from 255) = 33.05%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 29.24%
G = 33.05%
B = 37.71%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#454E59 (or 0x454E59) is known color: Rhino. HEX triplet: 45, 4E and 59. RGB value is (69,78,89). Sum of RGB (Red+Green+Blue) = 69+78+89=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #454E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E59 is #BAB1A6. Grayscale: #4C4C4C. Windows color (decimal): -12235175 or 5852741. OLE color: 5852741.

HSL color Cylindrical-coordinate representation of color #454E59: hue angle of 213º degrees, saturation: 0.13, 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 #454E59 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 78 89 -
CMYK 0.22 0.12 0 0.65
HSL 213º 0.13% 0.31% -
HSV(B) 213º 0.22% 0.35% -
XYZ 6.98 7.44 10.52 -
YUV 76.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 69 78 89 0.22 0.12 0 0.65 213 0.13 0.31
Hex 45 4E 59 16 C 0 41 D5 D 1F
Octal 105 116 131 26 14 0 101 325 15 37
Binary 1000101 1001110 1011001 10110 1100 0 1000001 11010101 1101 11111

Color Harmonies of #454E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E59

Black with #454E59

Text Example


Text Example

White with #454E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #454E59;
 }
 .AnyTagClassName
 {
   color: #454E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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