#434D5A

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

Shades of Rhino #434D5A

Tints of Rhino #434D5A

Color information

#434D5A (or 0x434D5A) is unknown color: approx Rhino. HEX triplet: 43, 4D and 5A. RGB value is (67,77,90). Sum of RGB (Red+Green+Blue) = 67+77+90=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #434D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D5A is #BCB2A5. Grayscale: #4B4B4B. Windows color (decimal): -12366502 or 5918019. OLE color: 5918019.

HSL color Cylindrical-coordinate representation of color #434D5A: hue angle of 213.91º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434D5A is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677790-
CMYK0.260.1400.65
HSL213.91º14.65%30.78%-
HSV(B)213.91º25.56%35.29%-
XYZ6.817.2410.71-
YUV75.49136.19121.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=28.63%
G=32.91%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6777900.260.1400.65213.9114.6530.78
Hex434D5A1AE041d6f1f
Octal103115132321601013261737
Binary1000011100110110110101101011100100000111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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