#434D5C

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

Shades of Rhino #434D5C

Tints of Rhino #434D5C

Color information

#434D5C (or 0x434D5C) is unknown color: approx Rhino. HEX triplet: 43, 4D and 5C. RGB value is (67,77,92). Sum of RGB (Red+Green+Blue) = 67+77+92=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #434D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D5C is #BCB2A3. Grayscale: #4B4B4B. Windows color (decimal): -12366500 or 6049091. OLE color: 6049091.

HSL color Cylindrical-coordinate representation of color #434D5C: hue angle of 216º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434D5C is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB677792-
CMYK0.270.1600.64
HSL216º15.72%31.18%-
HSV(B)216º27.17%36.08%-
XYZ6.97.2711.17-
YUV75.72137.19121.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=28.39%
G=32.63%
B=38.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6777920.270.1600.6421615.7231.18
Hex434D5C1B10040d8101f
Octal103115134332001003302037
Binary100001110011011011100110111000001000000110110001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D5C; }

 p { color: rgb(67,77,92); }

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

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

 a { background-color: rgb(67,77,92); }

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

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

 span { border-color: rgb(67,77,92); }

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