Html Css Color HEX #555968 Bright Grey

📋 copy color: '#555968'

red 85 ◦ green 89 ◦ blue 104

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

Shades of Bright Grey #555968

Tints of Bright Grey #555968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 30.58%
G = 32.01%
B = 37.41%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555968 (or 0x555968) is known color: Bright Grey. HEX triplet: 55, 59 and 68. RGB value is (85,89,104). Sum of RGB (Red+Green+Blue) = 85+89+104=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #555968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555968 is #AAA697. Grayscale: #595959. Windows color (decimal): -11183768 or 6838613. OLE color: 6838613.

HSL color Cylindrical-coordinate representation of color #555968: hue angle of 227.37º 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 #555968 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 89 104 -
CMYK 0.18 0.14 0 0.59
HSL 227.37º 0.1% 0.37% -
HSV(B) 227.37º 0.18% 0.41% -
XYZ 9.82 10.08 14.52 -
YUV 89.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 85 89 104 0.18 0.14 0 0.59 227.37 0.1 0.37
Hex 55 59 68 12 E 0 3B E3 A 25
Octal 125 131 150 22 16 0 73 343 12 45
Binary 1010101 1011001 1101000 10010 1110 0 111011 11100011 1010 100101

Color Harmonies of #555968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555968

Black with #555968

Text Example


Text Example

White with #555968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555968; }

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

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

background-color css

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

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

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

border-color css

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

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

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