Html Css Color HEX #555D66 Bright Grey

📋 copy color: '#555D66'

red 85 ◦ green 93 ◦ blue 102

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

Shades of Bright Grey #555D66

Tints of Bright Grey #555D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 30.36%
G = 33.21%
B = 36.43%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#555D66 (or 0x555D66) is known color: Bright Grey. HEX triplet: 55, 5D and 66. RGB value is (85,93,102). Sum of RGB (Red+Green+Blue) = 85+93+102=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #555D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D66 is #AAA299. Grayscale: #5B5B5B. Windows color (decimal): -11182746 or 6708565. OLE color: 6708565.

HSL color Cylindrical-coordinate representation of color #555D66: hue angle of 211.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555D66 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 93 102 -
CMYK 0.17 0.09 0 0.6
HSL 211.76º 0.09% 0.37% -
HSV(B) 211.76º 0.17% 0.4% -
XYZ 10.06 10.72 14.11 -
YUV 91.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 85 93 102 0.17 0.09 0 0.6 211.76 0.09 0.37
Hex 55 5D 66 11 9 0 3C D4 9 25
Octal 125 135 146 21 11 0 74 324 11 45
Binary 1010101 1011101 1100110 10001 1001 0 111100 11010100 1001 100101

Color Harmonies of #555D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D66

Black with #555D66

Text Example


Text Example

White with #555D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,102); }

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

background-color css

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

 a { background-color: rgb(85,93,102); }

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

border-color css

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

 span { border-color: rgb(85,93,102); }

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