Html Css Color HEX #555969 Bright Grey

📋 copy color: '#555969'

red 85 ◦ green 89 ◦ blue 105

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

Shades of Bright Grey #555969

Tints of Bright Grey #555969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.63%

R = 30.47%
G = 31.9%
B = 37.63%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555969 (or 0x555969) is known color: Bright Grey. HEX triplet: 55, 59 and 69. RGB value is (85,89,105). Sum of RGB (Red+Green+Blue) = 85+89+105=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #555969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555969 is #AAA696. Grayscale: #595959. Windows color (decimal): -11183767 or 6904149. OLE color: 6904149.

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

Color convert

RGB 85 89 105 -
CMYK 0.19 0.15 0 0.59
HSL 228º 0.11% 0.37% -
HSV(B) 228º 0.19% 0.41% -
XYZ 9.87 10.1 14.79 -
YUV 89.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 85 89 105 0.19 0.15 0 0.59 228 0.11 0.37
Hex 55 59 69 13 F 0 3B E4 B 25
Octal 125 131 151 23 17 0 73 344 13 45
Binary 1010101 1011001 1101001 10011 1111 0 111011 11100100 1011 100101

Color Harmonies of #555969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555969

Black with #555969

Text Example


Text Example

White with #555969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555969; }

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

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

background-color css

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

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

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

border-color css

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

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

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