Html Css Color HEX #424C57 Rhino

📋 copy color: '#424C57'

red 66 ◦ green 76 ◦ blue 87

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

Shades of Rhino #424C57

Tints of Rhino #424C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.99%

R = 28.82%
G = 33.19%
B = 37.99%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424C57 (or 0x424C57) is known color: Rhino. HEX triplet: 42, 4C and 57. RGB value is (66,76,87). Sum of RGB (Red+Green+Blue) = 66+76+87=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #424C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C57 is #BDB3A8. Grayscale: #4A4A4A. Windows color (decimal): -12432297 or 5721154. OLE color: 5721154.

HSL color Cylindrical-coordinate representation of color #424C57: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424C57 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 76 87 -
CMYK 0.24 0.13 0 0.66
HSL 211.43º 0.14% 0.3% -
HSV(B) 211.43º 0.24% 0.34% -
XYZ 6.55 7.02 10.03 -
YUV 74.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 66 76 87 0.24 0.13 0 0.66 211.43 0.14 0.3
Hex 42 4C 57 18 D 0 42 D3 E 1E
Octal 102 114 127 30 15 0 102 323 16 36
Binary 1000010 1001100 1010111 11000 1101 0 1000010 11010011 1110 11110

Color Harmonies of #424C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C57

Black with #424C57

Text Example


Text Example

White with #424C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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