Html Css Color HEX #555A6A Bright Grey

📋 copy color: '#555A6A'

red 85 ◦ green 90 ◦ blue 106

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

Shades of Bright Grey #555A6A

Tints of Bright Grey #555A6A

RGB

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

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

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

R = 30.25%
G = 32.03%
B = 37.72%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555A6A (or 0x555A6A) is known color: Bright Grey. HEX triplet: 55, 5A and 6A. RGB value is (85,90,106). Sum of RGB (Red+Green+Blue) = 85+90+106=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #555A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6A is #AAA595. Grayscale: #5A5A5A. Windows color (decimal): -11183510 or 6969941. OLE color: 6969941.

HSL color Cylindrical-coordinate representation of color #555A6A: hue angle of 225.71º 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 #555A6A is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 90 106 -
CMYK 0.20 0.15 0 0.58
HSL 225.71º 0.11% 0.37% -
HSV(B) 225.71º 0.2% 0.42% -
XYZ 10 10.28 15.09 -
YUV 90.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 85 90 106 0.20 0.15 0 0.58 225.71 0.11 0.37
Hex 55 5A 6A 14 F 0 3A E2 B 25
Octal 125 132 152 24 17 0 72 342 13 45
Binary 1010101 1011010 1101010 10100 1111 0 111010 11100010 1011 100101

Color Harmonies of #555A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A6A

Black with #555A6A

Text Example


Text Example

White with #555A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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