#434C55

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

Shades of Rhino #434C55

Tints of Rhino #434C55

Color information

#434C55 (or 0x434C55) is unknown color: approx Rhino. HEX triplet: 43, 4C and 55. RGB value is (67,76,85). Sum of RGB (Red+Green+Blue) = 67+76+85=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #434C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C55 is #BCB3AA. Grayscale: #4A4A4A. Windows color (decimal): -12366763 or 5590083. OLE color: 5590083.

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

Color convert

RGB677685-
CMYK0.210.1100.67
HSL210º11.84%29.8%-
HSV(B)210º21.18%33.33%-
XYZ6.547.029.6-
YUV74.33134.02122.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=29.39%
G=33.33%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6776850.210.1100.6721011.8429.8
Hex434C5515B043d2c1e
Octal103114125251301033221436
Binary1000011100110010101011010110110100001111010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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