#354353

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

Shades of Rhino #354353

Tints of Rhino #354353

Color information

#354353 (or 0x354353) is unknown color: approx Rhino. HEX triplet: 35, 43 and 53. RGB value is (53,67,83). Sum of RGB (Red+Green+Blue) = 53+67+83=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #354353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354353 is #CABCAC. Grayscale: #404040. Windows color (decimal): -13286573 or 5456693. OLE color: 5456693.

HSL color Cylindrical-coordinate representation of color #354353: hue angle of 212º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354353 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB536783-
CMYK0.360.1900.67
HSL212º22.06%26.67%-
HSV(B)212º36.14%32.55%-
XYZ5.045.48.96-
YUV64.64138.36119.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=26.11%
G=33.00%
B=40.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5367830.360.1900.6721222.0626.67
Hex3543532413043d4161b
Octal65103123442301033242633
Binary110101100001110100111001001001101000011110101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354353; }

 p { color: rgb(53,67,83); }

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

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

 a { background-color: rgb(53,67,83); }

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

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

 span { border-color: rgb(53,67,83); }

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