Html Css Color HEX #556062 River Bed

📋 copy color: '#556062'

red 85 ◦ green 96 ◦ blue 98

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

Shades of River Bed #556062

Tints of River Bed #556062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 30.47%
G = 34.41%
B = 35.13%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#556062 (or 0x556062) is known color: River Bed. HEX triplet: 55, 60 and 62. RGB value is (85,96,98). Sum of RGB (Red+Green+Blue) = 85+96+98=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #556062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556062 is #AA9F9D. Grayscale: #5C5C5C. Windows color (decimal): -11181982 or 6447189. OLE color: 6447189.

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

Color convert

RGB 85 96 98 -
CMYK 0.13 0.02 0 0.62
HSL 189.23º 0.07% 0.36% -
HSV(B) 189.23º 0.13% 0.38% -
XYZ 10.13 11.18 13.18 -
YUV 92.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 85 96 98 0.13 0.02 0 0.62 189.23 0.07 0.36
Hex 55 60 62 D 2 0 3E BD 7 24
Octal 125 140 142 15 2 0 76 275 7 44
Binary 1010101 1100000 1100010 1101 10 0 111110 10111101 111 100100

Color Harmonies of #556062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556062

Black with #556062

Text Example


Text Example

White with #556062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556062; }

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

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

background-color css

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

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

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

border-color css

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

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

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