Html Css Color HEX #555A66 Bright Grey

📋 copy color: '#555A66'

red 85 ◦ green 90 ◦ blue 102

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

Shades of Bright Grey #555A66

Tints of Bright Grey #555A66

RGB

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

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

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

R = 30.69%
G = 32.49%
B = 36.82%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#555A66 (or 0x555A66) is known color: Bright Grey. HEX triplet: 55, 5A and 66. RGB value is (85,90,102). Sum of RGB (Red+Green+Blue) = 85+90+102=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #555A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A66 is #AAA599. Grayscale: #595959. Windows color (decimal): -11183514 or 6707797. OLE color: 6707797.

HSL color Cylindrical-coordinate representation of color #555A66: hue angle of 222.35º 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 #555A66 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 90 102 -
CMYK 0.17 0.12 0 0.6
HSL 222.35º 0.09% 0.37% -
HSV(B) 222.35º 0.17% 0.4% -
XYZ 9.8 10.2 14.02 -
YUV 89.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 85 90 102 0.17 0.12 0 0.6 222.35 0.09 0.37
Hex 55 5A 66 11 C 0 3C DE 9 25
Octal 125 132 146 21 14 0 74 336 11 45
Binary 1010101 1011010 1100110 10001 1100 0 111100 11011110 1001 100101

Color Harmonies of #555A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A66

Black with #555A66

Text Example


Text Example

White with #555A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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