Html Css Color HEX #555B6A Bright Grey

📋 copy color: '#555B6A'

red 85 ◦ green 91 ◦ blue 106

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

Shades of Bright Grey #555B6A

Tints of Bright Grey #555B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 30.14%
G = 32.27%
B = 37.59%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555B6A (or 0x555B6A) is known color: Bright Grey. HEX triplet: 55, 5B and 6A. RGB value is (85,91,106). Sum of RGB (Red+Green+Blue) = 85+91+106=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #555B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B6A is #AAA495. Grayscale: #5A5A5A. Windows color (decimal): -11183254 or 6970197. OLE color: 6970197.

HSL color Cylindrical-coordinate representation of color #555B6A: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555B6A is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 91 106 -
CMYK 0.20 0.14 0 0.58
HSL 222.86º 0.11% 0.37% -
HSV(B) 222.86º 0.2% 0.42% -
XYZ 10.09 10.45 15.12 -
YUV 90.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 85 91 106 0.20 0.14 0 0.58 222.86 0.11 0.37
Hex 55 5B 6A 14 E 0 3A DF B 25
Octal 125 133 152 24 16 0 72 337 13 45
Binary 1010101 1011011 1101010 10100 1110 0 111010 11011111 1011 100101

Color Harmonies of #555B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B6A

Black with #555B6A

Text Example


Text Example

White with #555B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B6A; }

 p { color: rgb(85,91,106); }

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

background-color css

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

 a { background-color: rgb(85,91,106); }

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

border-color css

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

 span { border-color: rgb(85,91,106); }

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