Html Css Color HEX #55605F River Bed

📋 copy color: '#55605F'

red 85 ◦ green 96 ◦ blue 95

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

Shades of River Bed #55605F

Tints of River Bed #55605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 30.8%
G = 34.78%
B = 34.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#55605F (or 0x55605F) is known color: River Bed. HEX triplet: 55, 60 and 5F. RGB value is (85,96,95). Sum of RGB (Red+Green+Blue) = 85+96+95=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #55605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605F is #AA9FA0. Grayscale: #5C5C5C. Windows color (decimal): -11181985 or 6250581. OLE color: 6250581.

HSL color Cylindrical-coordinate representation of color #55605F: hue angle of 174.55º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605F is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 95 -
CMYK 0.11 0 0.01 0.62
HSL 174.55º 0.06% 0.35% -
HSV(B) 174.55º 0.11% 0.38% -
XYZ 9.99 11.12 12.45 -
YUV 92.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 85 96 95 0.11 0 0.01 0.62 174.55 0.06 0.35
Hex 55 60 5F B 0 1 3E AF 6 23
Octal 125 140 137 13 0 1 76 257 6 43
Binary 1010101 1100000 1011111 1011 0 1 111110 10101111 110 100011

Color Harmonies of #55605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55605F

Black with #55605F

Text Example


Text Example

White with #55605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55605F; }

 p { color: rgb(85,96,95); }

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

background-color css

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

 a { background-color: rgb(85,96,95); }

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

border-color css

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

 span { border-color: rgb(85,96,95); }

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