Html Css Color HEX #566062 River Bed

📋 copy color: '#566062'

red 86 ◦ green 96 ◦ blue 98

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

Shades of River Bed #566062

Tints of River Bed #566062

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

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

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

R = 30.71%
G = 34.29%
B = 35%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#566062 (or 0x566062) is known color: River Bed. HEX triplet: 56, 60 and 62. RGB value is (86,96,98). Sum of RGB (Red+Green+Blue) = 86+96+98=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #566062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566062 is #A99F9D. Grayscale: #5D5D5D. Windows color (decimal): -11116446 or 6447190. OLE color: 6447190.

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

Color convert

RGB 86 96 98 -
CMYK 0.12 0.02 0 0.62
HSL 190º 0.07% 0.36% -
HSV(B) 190º 0.12% 0.38% -
XYZ 10.23 11.23 13.18 -
YUV 93.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 86 96 98 0.12 0.02 0 0.62 190 0.07 0.36
Hex 56 60 62 C 2 0 3E BE 7 24
Octal 126 140 142 14 2 0 76 276 7 44
Binary 1010110 1100000 1100010 1100 10 0 111110 10111110 111 100100

Color Harmonies of #566062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566062

Black with #566062

Text Example


Text Example

White with #566062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566062; }

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

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

background-color css

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

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

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

border-color css

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

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

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