Html Css Color HEX #555A6B Bright Grey

📋 copy color: '#555A6B'

red 85 ◦ green 90 ◦ blue 107

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

Shades of Bright Grey #555A6B

Tints of Bright Grey #555A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 30.14%
G = 31.91%
B = 37.94%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555A6B (or 0x555A6B) is known color: Bright Grey. HEX triplet: 55, 5A and 6B. RGB value is (85,90,107). Sum of RGB (Red+Green+Blue) = 85+90+107=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #555A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6B is #AAA594. Grayscale: #5A5A5A. Windows color (decimal): -11183509 or 7035477. OLE color: 7035477.

HSL color Cylindrical-coordinate representation of color #555A6B: hue angle of 226.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555A6B is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 90 107 -
CMYK 0.21 0.16 0 0.58
HSL 226.36º 0.11% 0.38% -
HSV(B) 226.36º 0.21% 0.42% -
XYZ 10.06 10.31 15.37 -
YUV 90.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 85 90 107 0.21 0.16 0 0.58 226.36 0.11 0.38
Hex 55 5A 6B 15 10 0 3A E2 B 26
Octal 125 132 153 25 20 0 72 342 13 46
Binary 1010101 1011010 1101011 10101 10000 0 111010 11100010 1011 100110

Color Harmonies of #555A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A6B

Black with #555A6B

Text Example


Text Example

White with #555A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,107); }

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

background-color css

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

 a { background-color: rgb(85,90,107); }

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

border-color css

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

 span { border-color: rgb(85,90,107); }

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