Html Css Color HEX #555B5C River Bed

📋 copy color: '#555B5C'

red 85 ◦ green 91 ◦ blue 92

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

Shades of River Bed #555B5C

Tints of River Bed #555B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 31.72%
G = 33.96%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#555B5C (or 0x555B5C) is known color: River Bed. HEX triplet: 55, 5B and 5C. RGB value is (85,91,92). Sum of RGB (Red+Green+Blue) = 85+91+92=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 92 - color contains mainly: blue. Hex color #555B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B5C is #AAA4A3. Grayscale: #595959. Windows color (decimal): -11183268 or 6052693. OLE color: 6052693.

HSL color Cylindrical-coordinate representation of color #555B5C: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555B5C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 92 -
CMYK 0.08 0.01 0 0.64
HSL 188.57º 0.04% 0.35% -
HSV(B) 188.57º 0.08% 0.36% -
XYZ 9.42 10.19 11.59 -
YUV 89.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 85 91 92 0.08 0.01 0 0.64 188.57 0.04 0.35
Hex 55 5B 5C 8 1 0 40 BD 4 23
Octal 125 133 134 10 1 0 100 275 4 43
Binary 1010101 1011011 1011100 1000 1 0 1000000 10111101 100 100011

Color Harmonies of #555B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B5C

Black with #555B5C

Text Example


Text Example

White with #555B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,92); }

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

background-color css

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

 a { background-color: rgb(85,91,92); }

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

border-color css

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

 span { border-color: rgb(85,91,92); }

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