Html Css Color HEX #424D58 Cello

📋 copy color: '#424D58'

red 66 ◦ green 77 ◦ blue 88

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

Shades of Cello #424D58

Tints of Cello #424D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 28.57%
G = 33.33%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424D58 (or 0x424D58) is known color: Cello. HEX triplet: 42, 4D and 58. RGB value is (66,77,88). Sum of RGB (Red+Green+Blue) = 66+77+88=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #424D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D58 is #BDB2A7. Grayscale: #4A4A4A. Windows color (decimal): -12432040 or 5786946. OLE color: 5786946.

HSL color Cylindrical-coordinate representation of color #424D58: hue angle of 210º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424D58 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 77 88 -
CMYK 0.25 0.12 0 0.65
HSL 210º 0.14% 0.3% -
HSV(B) 210º 0.25% 0.35% -
XYZ 6.66 7.17 10.27 -
YUV 74.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 66 77 88 0.25 0.12 0 0.65 210 0.14 0.3
Hex 42 4D 58 19 C 0 41 D2 E 1E
Octal 102 115 130 31 14 0 101 322 16 36
Binary 1000010 1001101 1011000 11001 1100 0 1000001 11010010 1110 11110

Color Harmonies of #424D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D58

Black with #424D58

Text Example


Text Example

White with #424D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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