#434C5B

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

Shades of Rhino #434C5B

Tints of Rhino #434C5B

Color information

#434C5B (or 0x434C5B) is unknown color: approx Rhino. HEX triplet: 43, 4C and 5B. RGB value is (67,76,91). Sum of RGB (Red+Green+Blue) = 67+76+91=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #434C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C5B is #BCB3A4. Grayscale: #4A4A4A. Windows color (decimal): -12366757 or 5983299. OLE color: 5983299.

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

Color convert

RGB677691-
CMYK0.260.1600.64
HSL217.5º15.19%30.98%-
HSV(B)217.5º26.37%35.69%-
XYZ6.797.1210.91-
YUV75.02137.02122.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=28.63%
G=32.48%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6776910.260.1600.64217.515.1930.98
Hex434C5B1A10040daf1f
Octal103114133322001003321737
Binary10000111001100101101111010100000100000011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,91); }

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

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

 a { background-color: rgb(67,76,91); }

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

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

 span { border-color: rgb(67,76,91); }

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