#424C56

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

Shades of Rhino #424C56

Tints of Rhino #424C56

Color information

#424C56 (or 0x424C56) is unknown color: approx Rhino. HEX triplet: 42, 4C and 56. RGB value is (66,76,86). Sum of RGB (Red+Green+Blue) = 66+76+86=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #424C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C56 is #BDB3A9. Grayscale: #4A4A4A. Windows color (decimal): -12432298 or 5655618. OLE color: 5655618.

HSL color Cylindrical-coordinate representation of color #424C56: hue angle of 210º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424C56 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667686-
CMYK0.230.1200.66
HSL210º13.16%29.8%-
HSV(B)210º23.26%33.73%-
XYZ6.5179.81-
YUV74.15134.69122.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=28.95%
G=33.33%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6676860.230.1200.6621013.1629.8
Hex424C5617C042d2d1e
Octal102114126271401023221536
Binary1000010100110010101101011111000100001011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C56; }

 p { color: rgb(66,76,86); }

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

<style>
 a { background-color: #424C56; }

 a { background-color: rgb(66,76,86); }

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

<style>
 span { border-color: #424C56; }

 span { border-color: rgb(66,76,86); }

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