#424B53

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

Shades of Rhino #424B53

Tints of Rhino #424B53

Color information

#424B53 (or 0x424B53) is unknown color: approx Rhino. HEX triplet: 42, 4B and 53. RGB value is (66,75,83). Sum of RGB (Red+Green+Blue) = 66+75+83=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #424B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B53 is #BDB4AC. Grayscale: #494949. Windows color (decimal): -12432557 or 5458754. OLE color: 5458754.

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

Color convert

RGB667583-
CMYK0.200.1000.67
HSL208.24º11.41%29.22%-
HSV(B)208.24º20.48%32.55%-
XYZ6.326.819.17-
YUV73.22133.52122.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=29.46%
G=33.48%
B=37.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6675830.200.1000.67208.2411.4129.22
Hex424B5314A043d0b1d
Octal102113123241201033201335
Binary1000010100101110100111010010100100001111010000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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