Html Css Color HEX #555658 Bright Grey

📋 copy color: '#555658'

red 85 ◦ green 86 ◦ blue 88

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

Shades of Bright Grey #555658

Tints of Bright Grey #555658

RGB

 RED value IS 85 (33.59% from 255) = 32.82%

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 32.82%
G = 33.2%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555658 (or 0x555658) is known color: Bright Grey. HEX triplet: 55, 56 and 58. RGB value is (85,86,88). Sum of RGB (Red+Green+Blue) = 85+86+88=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 88 - color contains mainly: blue. Hex color #555658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555658 is #AAA9A7. Grayscale: #555555. Windows color (decimal): -11184552 or 5789269. OLE color: 5789269.

HSL color Cylindrical-coordinate representation of color #555658: hue angle of 220º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #555658 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 86 88 -
CMYK 0.03 0.02 0 0.65
HSL 220º 0.02% 0.34% -
HSV(B) 220º 0.03% 0.35% -
XYZ 8.84 9.29 10.56 -
YUV 85.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 85 86 88 0.03 0.02 0 0.65 220 0.02 0.34
Hex 55 56 58 3 2 0 41 DC 2 22
Octal 125 126 130 3 2 0 101 334 2 42
Binary 1010101 1010110 1011000 11 10 0 1000001 11011100 10 100010

Color Harmonies of #555658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555658

Black with #555658

Text Example


Text Example

White with #555658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555658; }

 p { color: rgb(85,86,88); }

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

background-color css

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

 a { background-color: rgb(85,86,88); }

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

border-color css

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

 span { border-color: rgb(85,86,88); }

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