Html Css Color HEX #555762 Bright Grey

📋 copy color: '#555762'

red 85 ◦ green 87 ◦ blue 98

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

Shades of Bright Grey #555762

Tints of Bright Grey #555762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 31.48%
G = 32.22%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555762 (or 0x555762) is known color: Bright Grey. HEX triplet: 55, 57 and 62. RGB value is (85,87,98). Sum of RGB (Red+Green+Blue) = 85+87+98=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #555762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555762 is #AAA89D. Grayscale: #575757. Windows color (decimal): -11184286 or 6444885. OLE color: 6444885.

HSL color Cylindrical-coordinate representation of color #555762: hue angle of 230.77º 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 #555762 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 87 98 -
CMYK 0.13 0.11 0 0.62
HSL 230.77º 0.07% 0.36% -
HSV(B) 230.77º 0.13% 0.38% -
XYZ 9.36 9.63 12.92 -
YUV 87.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 85 87 98 0.13 0.11 0 0.62 230.77 0.07 0.36
Hex 55 57 62 D B 0 3E E7 7 24
Octal 125 127 142 15 13 0 76 347 7 44
Binary 1010101 1010111 1100010 1101 1011 0 111110 11100111 111 100100

Color Harmonies of #555762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555762

Black with #555762

Text Example


Text Example

White with #555762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555762; }

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

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

background-color css

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

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

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

border-color css

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

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

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