Html Css Color HEX #424C5D Rhino

📋 copy color: '#424C5D'

red 66 ◦ green 76 ◦ blue 93

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

Shades of Rhino #424C5D

Tints of Rhino #424C5D

RGB

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

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

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

R = 28.09%
G = 32.34%
B = 39.57%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424C5D (or 0x424C5D) is known color: Rhino. HEX triplet: 42, 4C and 5D. RGB value is (66,76,93). Sum of RGB (Red+Green+Blue) = 66+76+93=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #424C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C5D is #BDB3A2. Grayscale: #4A4A4A. Windows color (decimal): -12432291 or 6114370. OLE color: 6114370.

HSL color Cylindrical-coordinate representation of color #424C5D: hue angle of 217.78º 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 #424C5D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 76 93 -
CMYK 0.29 0.18 0 0.64
HSL 217.78º 0.17% 0.31% -
HSV(B) 217.78º 0.29% 0.36% -
XYZ 6.81 7.12 11.37 -
YUV 74.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 66 76 93 0.29 0.18 0 0.64 217.78 0.17 0.31
Hex 42 4C 5D 1D 12 0 40 DA 11 1F
Octal 102 114 135 35 22 0 100 332 21 37
Binary 1000010 1001100 1011101 11101 10010 0 1000000 11011010 10001 11111

Color Harmonies of #424C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C5D

Black with #424C5D

Text Example


Text Example

White with #424C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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