#35455A

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

Shades of Rhino #35455A

Tints of Rhino #35455A

Color information

#35455A (or 0x35455A) is unknown color: approx Rhino. HEX triplet: 35, 45 and 5A. RGB value is (53,69,90). Sum of RGB (Red+Green+Blue) = 53+69+90=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #35455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35455A is #CABAA5. Grayscale: #424242. Windows color (decimal): -13286054 or 5915957. OLE color: 5915957.

HSL color Cylindrical-coordinate representation of color #35455A: hue angle of 214.05º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35455A is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536990-
CMYK0.410.2300.65
HSL214.05º25.87%28.04%-
HSV(B)214.05º41.11%35.29%-
XYZ5.445.7510.5-
YUV66.61141.2118.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=25%
G=32.55%
B=42.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5369900.410.2300.65214.0525.8728.04
Hex35455A2917041d61a1c
Octal65105132512701013263234
Binary110101100010110110101010011011101000001110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35455A; }

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

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

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

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

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

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

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

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