Html Css Color HEX #424C59 Rhino

📋 copy color: '#424C59'

red 66 ◦ green 76 ◦ blue 89

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

Shades of Rhino #424C59

Tints of Rhino #424C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 28.57%
G = 32.9%
B = 38.53%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424C59 (or 0x424C59) is known color: Rhino. HEX triplet: 42, 4C and 59. RGB value is (66,76,89). Sum of RGB (Red+Green+Blue) = 66+76+89=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #424C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C59 is #BDB3A6. Grayscale: #4A4A4A. Windows color (decimal): -12432295 or 5852226. OLE color: 5852226.

HSL color Cylindrical-coordinate representation of color #424C59: hue angle of 213.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424C59 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 76 89 -
CMYK 0.26 0.15 0 0.65
HSL 213.91º 0.15% 0.3% -
HSV(B) 213.91º 0.26% 0.35% -
XYZ 6.63 7.05 10.46 -
YUV 74.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 66 76 89 0.26 0.15 0 0.65 213.91 0.15 0.3
Hex 42 4C 59 1A F 0 41 D6 F 1E
Octal 102 114 131 32 17 0 101 326 17 36
Binary 1000010 1001100 1011001 11010 1111 0 1000001 11010110 1111 11110

Color Harmonies of #424C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C59

Black with #424C59

Text Example


Text Example

White with #424C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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