Html Css Color HEX #424D5D Rhino

📋 copy color: '#424D5D'

red 66 ◦ green 77 ◦ blue 93

#424D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #424D5D

Tints of Rhino #424D5D

RGB

 RED value IS 66 (26.17% from 255) = 27.97%

 GREEN value IS 77 (30.47% from 255) = 32.63%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 27.97%
G = 32.63%
B = 39.41%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424D5D (or 0x424D5D) is known color: Rhino. HEX triplet: 42, 4D and 5D. RGB value is (66,77,93). Sum of RGB (Red+Green+Blue) = 66+77+93=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #424D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D5D is #BDB2A2. Grayscale: #4B4B4B. Windows color (decimal): -12432035 or 6114626. OLE color: 6114626.

HSL color Cylindrical-coordinate representation of color #424D5D: hue angle of 215.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424D5D is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 77 93 -
CMYK 0.29 0.17 0 0.64
HSL 215.56º 0.17% 0.31% -
HSV(B) 215.56º 0.29% 0.36% -
XYZ 6.88 7.26 11.39 -
YUV 75.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 66 77 93 0.29 0.17 0 0.64 215.56 0.17 0.31
Hex 42 4D 5D 1D 11 0 40 D8 11 1F
Octal 102 115 135 35 21 0 100 330 21 37
Binary 1000010 1001101 1011101 11101 10001 0 1000000 11011000 10001 11111

Color Harmonies of #424D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D5D

Black with #424D5D

Text Example


Text Example

White with #424D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,93); }

 H1.HeaderClassName
 {
   color: #424D5D;
 }
 .AnyTagClassName
 {
   color: #424D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(66,77,93); }

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

border-color css

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

 span { border-color: rgb(66,77,93); }

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