Html Css Color HEX #424D57 Cello

📋 copy color: '#424D57'

red 66 ◦ green 77 ◦ blue 87

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

Shades of Cello #424D57

Tints of Cello #424D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

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

R = 28.7%
G = 33.48%
B = 37.83%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424D57 (or 0x424D57) is known color: Cello. HEX triplet: 42, 4D and 57. RGB value is (66,77,87). Sum of RGB (Red+Green+Blue) = 66+77+87=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #424D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D57 is #BDB2A8. Grayscale: #4A4A4A. Windows color (decimal): -12432041 or 5721410. OLE color: 5721410.

HSL color Cylindrical-coordinate representation of color #424D57: hue angle of 208.57º 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 #424D57 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 77 87 -
CMYK 0.24 0.11 0 0.66
HSL 208.57º 0.14% 0.3% -
HSV(B) 208.57º 0.24% 0.34% -
XYZ 6.62 7.15 10.05 -
YUV 74.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 66 77 87 0.24 0.11 0 0.66 208.57 0.14 0.3
Hex 42 4D 57 18 B 0 42 D1 E 1E
Octal 102 115 127 30 13 0 102 321 16 36
Binary 1000010 1001101 1010111 11000 1011 0 1000010 11010001 1110 11110

Color Harmonies of #424D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D57

Black with #424D57

Text Example


Text Example

White with #424D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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