Html Css Color HEX #424953 Rhino

📋 copy color: '#424953'

red 66 ◦ green 73 ◦ blue 83

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

Shades of Rhino #424953

Tints of Rhino #424953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 29.73%
G = 32.88%
B = 37.39%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424953 (or 0x424953) is known color: Rhino. HEX triplet: 42, 49 and 53. RGB value is (66,73,83). Sum of RGB (Red+Green+Blue) = 66+73+83=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #424953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424953 is #BDB6AC. Grayscale: #484848. Windows color (decimal): -12433069 or 5458242. OLE color: 5458242.

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

Color convert

RGB 66 73 83 -
CMYK 0.20 0.12 0 0.67
HSL 215.29º 0.11% 0.29% -
HSV(B) 215.29º 0.2% 0.33% -
XYZ 6.19 6.55 9.12 -
YUV 72.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 66 73 83 0.20 0.12 0 0.67 215.29 0.11 0.29
Hex 42 49 53 14 C 0 43 D7 B 1D
Octal 102 111 123 24 14 0 103 327 13 35
Binary 1000010 1001001 1010011 10100 1100 0 1000011 11010111 1011 11101

Color Harmonies of #424953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424953

Black with #424953

Text Example


Text Example

White with #424953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424953; }

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

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

background-color css

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

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

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

border-color css

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

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

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