Html Css Color HEX #555862 Bright Grey

📋 copy color: '#555862'

red 85 ◦ green 88 ◦ blue 98

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

Shades of Bright Grey #555862

Tints of Bright Grey #555862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 31.37%
G = 32.47%
B = 36.16%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555862 (or 0x555862) is known color: Bright Grey. HEX triplet: 55, 58 and 62. RGB value is (85,88,98). Sum of RGB (Red+Green+Blue) = 85+88+98=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 98 - color contains mainly: blue. Hex color #555862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555862 is #AAA79D. Grayscale: #585858. Windows color (decimal): -11184030 or 6445141. OLE color: 6445141.

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

Color convert

RGB 85 88 98 -
CMYK 0.13 0.10 0 0.62
HSL 226.15º 0.07% 0.36% -
HSV(B) 226.15º 0.13% 0.38% -
XYZ 9.44 9.79 12.95 -
YUV 88.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 85 88 98 0.13 0.10 0 0.62 226.15 0.07 0.36
Hex 55 58 62 D A 0 3E E2 7 24
Octal 125 130 142 15 12 0 76 342 7 44
Binary 1010101 1011000 1100010 1101 1010 0 111110 11100010 111 100100

Color Harmonies of #555862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555862

Black with #555862

Text Example


Text Example

White with #555862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555862; }

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

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

background-color css

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

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

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

border-color css

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

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

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