Html Css Color HEX #555767 Bright Grey

📋 copy color: '#555767'

red 85 ◦ green 87 ◦ blue 103

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

Shades of Bright Grey #555767

Tints of Bright Grey #555767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 30.91%
G = 31.64%
B = 37.45%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555767 (or 0x555767) is known color: Bright Grey. HEX triplet: 55, 57 and 67. RGB value is (85,87,103). Sum of RGB (Red+Green+Blue) = 85+87+103=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #555767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555767 is #AAA898. Grayscale: #585858. Windows color (decimal): -11184281 or 6772565. OLE color: 6772565.

HSL color Cylindrical-coordinate representation of color #555767: hue angle of 233.33º degrees, saturation: 0.1, 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 #555767 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 87 103 -
CMYK 0.17 0.16 0 0.60
HSL 233.33º 0.1% 0.37% -
HSV(B) 233.33º 0.17% 0.4% -
XYZ 9.6 9.73 14.2 -
YUV 88.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 85 87 103 0.17 0.16 0 0.60 233.33 0.1 0.37
Hex 55 57 67 11 10 0 3C E9 A 25
Octal 125 127 147 21 20 0 74 351 12 45
Binary 1010101 1010111 1100111 10001 10000 0 111100 11101001 1010 100101

Color Harmonies of #555767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555767

Black with #555767

Text Example


Text Example

White with #555767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555767; }

 p { color: rgb(85,87,103); }

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

background-color css

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

 a { background-color: rgb(85,87,103); }

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

border-color css

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

 span { border-color: rgb(85,87,103); }

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