Html Css Color HEX #565F62 River Bed

📋 copy color: '#565F62'

red 86 ◦ green 95 ◦ blue 98

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

Shades of River Bed #565F62

Tints of River Bed #565F62

RGB

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

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

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

R = 30.82%
G = 34.05%
B = 35.13%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565F62 (or 0x565F62) is known color: River Bed. HEX triplet: 56, 5F and 62. RGB value is (86,95,98). Sum of RGB (Red+Green+Blue) = 86+95+98=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 95 (37.5% from 255 or 34.05% 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 #565F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F62 is #A9A09D. Grayscale: #5C5C5C. Windows color (decimal): -11116702 or 6446934. OLE color: 6446934.

HSL color Cylindrical-coordinate representation of color #565F62: hue angle of 195º 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 #565F62 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 95 98 -
CMYK 0.12 0.03 0 0.62
HSL 195º 0.07% 0.36% -
HSV(B) 195º 0.12% 0.38% -
XYZ 10.13 11.04 13.15 -
YUV 92.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 86 95 98 0.12 0.03 0 0.62 195 0.07 0.36
Hex 56 5F 62 C 3 0 3E C3 7 24
Octal 126 137 142 14 3 0 76 303 7 44
Binary 1010110 1011111 1100010 1100 11 0 111110 11000011 111 100100

Color Harmonies of #565F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F62

Black with #565F62

Text Example


Text Example

White with #565F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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