#354559

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

Shades of Rhino #354559

Tints of Rhino #354559

Color information

#354559 (or 0x354559) is unknown color: approx Rhino. HEX triplet: 35, 45 and 59. RGB value is (53,69,89). Sum of RGB (Red+Green+Blue) = 53+69+89=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #354559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354559 is #CABAA6. Grayscale: #424242. Windows color (decimal): -13286055 or 5850421. OLE color: 5850421.

HSL color Cylindrical-coordinate representation of color #354559: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354559 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536989-
CMYK0.400.2200.65
HSL213.33º25.35%27.84%-
HSV(B)213.33º40.45%34.9%-
XYZ5.45.7310.27-
YUV66.5140.7118.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=25.12%
G=32.70%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5369890.400.2200.65213.3325.3527.84
Hex3545592816041d5191c
Octal65105131502601013253134
Binary110101100010110110011010001011001000001110101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354559; }

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

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

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

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

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

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

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

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