#424B55

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

Shades of Rhino #424B55

Tints of Rhino #424B55

Color information

#424B55 (or 0x424B55) is unknown color: approx Rhino. HEX triplet: 42, 4B and 55. RGB value is (66,75,85). Sum of RGB (Red+Green+Blue) = 66+75+85=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #424B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B55 is #BDB4AA. Grayscale: #494949. Windows color (decimal): -12432555 or 5589826. OLE color: 5589826.

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

Color convert

RGB667585-
CMYK0.220.1200.67
HSL211.58º12.58%29.61%-
HSV(B)211.58º22.35%33.33%-
XYZ6.46.859.58-
YUV73.45134.52122.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=29.20%
G=33.19%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6675850.220.1200.67211.5812.5829.61
Hex424B5516C043d4d1e
Octal102113125261401033241536
Binary1000010100101110101011011011000100001111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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