Html Css Color HEX #575F61 River Bed

📋 copy color: '#575F61'

red 87 ◦ green 95 ◦ blue 97

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

Shades of River Bed #575F61

Tints of River Bed #575F61

RGB

 RED value IS 87 (34.38% from 255) = 31.18%

 GREEN value IS 95 (37.5% from 255) = 34.05%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 31.18%
G = 34.05%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575F61 (or 0x575F61) is known color: River Bed. HEX triplet: 57, 5F and 61. RGB value is (87,95,97). Sum of RGB (Red+Green+Blue) = 87+95+97=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: blue. Hex color #575F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F61 is #A8A09E. Grayscale: #5C5C5C. Windows color (decimal): -11051167 or 6381399. OLE color: 6381399.

HSL color Cylindrical-coordinate representation of color #575F61: hue angle of 192º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575F61 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 95 97 -
CMYK 0.10 0.02 0 0.62
HSL 192º 0.05% 0.36% -
HSV(B) 192º 0.1% 0.38% -
XYZ 10.18 11.07 12.91 -
YUV 92.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 87 95 97 0.10 0.02 0 0.62 192 0.05 0.36
Hex 57 5F 61 A 2 0 3E C0 5 24
Octal 127 137 141 12 2 0 76 300 5 44
Binary 1010111 1011111 1100001 1010 10 0 111110 11000000 101 100100

Color Harmonies of #575F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F61

Black with #575F61

Text Example


Text Example

White with #575F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F61; }

 p { color: rgb(87,95,97); }

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

background-color css

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

 a { background-color: rgb(87,95,97); }

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

border-color css

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

 span { border-color: rgb(87,95,97); }

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