Html Css Color HEX #556668 River Bed

📋 copy color: '#556668'

red 85 ◦ green 102 ◦ blue 104

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

Shades of River Bed #556668

Tints of River Bed #556668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 29.21%
G = 35.05%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556668 (or 0x556668) is known color: River Bed. HEX triplet: 55, 66 and 68. RGB value is (85,102,104). Sum of RGB (Red+Green+Blue) = 85+102+104=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #556668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556668 is #AA9997. Grayscale: #616161. Windows color (decimal): -11180440 or 6841941. OLE color: 6841941.

HSL color Cylindrical-coordinate representation of color #556668: hue angle of 186.32º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556668 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 102 104 -
CMYK 0.18 0.02 0 0.59
HSL 186.32º 0.1% 0.37% -
HSV(B) 186.32º 0.18% 0.41% -
XYZ 11 12.43 14.92 -
YUV 97.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 85 102 104 0.18 0.02 0 0.59 186.32 0.1 0.37
Hex 55 66 68 12 2 0 3B BA A 25
Octal 125 146 150 22 2 0 73 272 12 45
Binary 1010101 1100110 1101000 10010 10 0 111011 10111010 1010 100101

Color Harmonies of #556668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556668

Black with #556668

Text Example


Text Example

White with #556668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556668; }

 p { color: rgb(85,102,104); }

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

background-color css

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

 a { background-color: rgb(85,102,104); }

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

border-color css

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

 span { border-color: rgb(85,102,104); }

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