#414953

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

Shades of Rhino #414953

Tints of Rhino #414953

Color information

#414953 (or 0x414953) is unknown color: approx Rhino. HEX triplet: 41, 49 and 53. RGB value is (65,73,83). Sum of RGB (Red+Green+Blue) = 65+73+83=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #414953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414953 is #BEB6AC. Grayscale: #474747. Windows color (decimal): -12498605 or 5458241. OLE color: 5458241.

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

Color convert

RGB657383-
CMYK0.220.1200.67
HSL213.33º12.16%29.02%-
HSV(B)213.33º21.69%32.55%-
XYZ6.126.519.12-
YUV71.75134.35123.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=29.41%
G=33.03%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6573830.220.1200.67213.3312.1629.02
Hex41495316C043d5c1d
Octal101111123261401033251435
Binary1000001100100110100111011011000100001111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414953; }

 p { color: rgb(65,73,83); }

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

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

 a { background-color: rgb(65,73,83); }

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

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

 span { border-color: rgb(65,73,83); }

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