Html Css Color HEX #424955 Rhino

📋 copy color: '#424955'

red 66 ◦ green 73 ◦ blue 85

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

Shades of Rhino #424955

Tints of Rhino #424955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 29.46%
G = 32.59%
B = 37.95%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424955 (or 0x424955) is known color: Rhino. HEX triplet: 42, 49 and 55. RGB value is (66,73,85). Sum of RGB (Red+Green+Blue) = 66+73+85=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #424955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424955 is #BDB6AA. Grayscale: #484848. Windows color (decimal): -12433067 or 5589314. OLE color: 5589314.

HSL color Cylindrical-coordinate representation of color #424955: hue angle of 217.89º 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 #424955 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 73 85 -
CMYK 0.22 0.14 0 0.67
HSL 217.89º 0.13% 0.3% -
HSV(B) 217.89º 0.22% 0.33% -
XYZ 6.27 6.58 9.53 -
YUV 72.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 66 73 85 0.22 0.14 0 0.67 217.89 0.13 0.3
Hex 42 49 55 16 E 0 43 DA D 1E
Octal 102 111 125 26 16 0 103 332 15 36
Binary 1000010 1001001 1010101 10110 1110 0 1000011 11011010 1101 11110

Color Harmonies of #424955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424955

Black with #424955

Text Example


Text Example

White with #424955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424955; }

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

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

background-color css

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

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

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

border-color css

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

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

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