#424B54

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

Shades of Rhino #424B54

Tints of Rhino #424B54

Color information

#424B54 (or 0x424B54) is unknown color: approx Rhino. HEX triplet: 42, 4B and 54. RGB value is (66,75,84). Sum of RGB (Red+Green+Blue) = 66+75+84=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #424B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B54 is #BDB4AB. Grayscale: #494949. Windows color (decimal): -12432556 or 5524290. OLE color: 5524290.

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

Color convert

RGB667584-
CMYK0.210.1100.67
HSL210º12%29.41%-
HSV(B)210º21.43%32.94%-
XYZ6.366.839.37-
YUV73.34134.02122.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=29.33%
G=33.33%
B=37.33%

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
Decimal6675840.210.1100.672101229.41
Hex424B5415B043d2c1d
Octal102113124251301033221435
Binary1000010100101110101001010110110100001111010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,84); }

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

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

 a { background-color: rgb(66,75,84); }

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

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

 span { border-color: rgb(66,75,84); }

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