Html Css Color HEX #555868 Bright Grey

📋 copy color: '#555868'

red 85 ◦ green 88 ◦ blue 104

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

Shades of Bright Grey #555868

Tints of Bright Grey #555868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 30.69%
G = 31.77%
B = 37.55%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555868 (or 0x555868) is known color: Bright Grey. HEX triplet: 55, 58 and 68. RGB value is (85,88,104). Sum of RGB (Red+Green+Blue) = 85+88+104=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #555868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555868 is #AAA797. Grayscale: #585858. Windows color (decimal): -11184024 or 6838357. OLE color: 6838357.

HSL color Cylindrical-coordinate representation of color #555868: hue angle of 230.53º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555868 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 88 104 -
CMYK 0.18 0.15 0 0.59
HSL 230.53º 0.1% 0.37% -
HSV(B) 230.53º 0.18% 0.41% -
XYZ 9.73 9.91 14.5 -
YUV 88.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 85 88 104 0.18 0.15 0 0.59 230.53 0.1 0.37
Hex 55 58 68 12 F 0 3B E7 A 25
Octal 125 130 150 22 17 0 73 347 12 45
Binary 1010101 1011000 1101000 10010 1111 0 111011 11100111 1010 100101

Color Harmonies of #555868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555868

Black with #555868

Text Example


Text Example

White with #555868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555868; }

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

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

background-color css

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

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

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

border-color css

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

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

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