#434D58

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

Shades of Rhino #434D58

Tints of Rhino #434D58

Color information

#434D58 (or 0x434D58) is unknown color: approx Rhino. HEX triplet: 43, 4D and 58. RGB value is (67,77,88). Sum of RGB (Red+Green+Blue) = 67+77+88=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #434D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D58 is #BCB2A7. Grayscale: #4B4B4B. Windows color (decimal): -12366504 or 5786947. OLE color: 5786947.

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

Color convert

RGB677788-
CMYK0.240.1200.65
HSL211.43º13.55%30.39%-
HSV(B)211.43º23.86%34.51%-
XYZ6.737.2110.27-
YUV75.26135.19122.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=28.88%
G=33.19%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6777880.240.1200.65211.4313.5530.39
Hex434D5818C041d3e1e
Octal103115130301401013231636
Binary1000011100110110110001100011000100000111010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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