Html Css Color HEX #555662 Bright Grey

📋 copy color: '#555662'

red 85 ◦ green 86 ◦ blue 98

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

Shades of Bright Grey #555662

Tints of Bright Grey #555662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 31.6%
G = 31.97%
B = 36.43%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555662 (or 0x555662) is known color: Bright Grey. HEX triplet: 55, 56 and 62. RGB value is (85,86,98). Sum of RGB (Red+Green+Blue) = 85+86+98=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #555662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555662 is #AAA99D. Grayscale: #575757. Windows color (decimal): -11184542 or 6444629. OLE color: 6444629.

HSL color Cylindrical-coordinate representation of color #555662: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555662 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 86 98 -
CMYK 0.13 0.12 0 0.62
HSL 235.38º 0.07% 0.36% -
HSV(B) 235.38º 0.13% 0.38% -
XYZ 9.28 9.47 12.89 -
YUV 87.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 85 86 98 0.13 0.12 0 0.62 235.38 0.07 0.36
Hex 55 56 62 D C 0 3E EB 7 24
Octal 125 126 142 15 14 0 76 353 7 44
Binary 1010101 1010110 1100010 1101 1100 0 111110 11101011 111 100100

Color Harmonies of #555662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555662

Black with #555662

Text Example


Text Example

White with #555662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555662; }

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

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

background-color css

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

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

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

border-color css

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

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

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