Html Css Color HEX #526062 River Bed

📋 copy color: '#526062'

red 82 ◦ green 96 ◦ blue 98

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

Shades of River Bed #526062

Tints of River Bed #526062

RGB

 RED value IS 82 (32.42% from 255) = 29.71%

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

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

R = 29.71%
G = 34.78%
B = 35.51%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#526062 (or 0x526062) is known color: River Bed. HEX triplet: 52, 60 and 62. RGB value is (82,96,98). Sum of RGB (Red+Green+Blue) = 82+96+98=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #526062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526062 is #AD9F9D. Grayscale: #5C5C5C. Windows color (decimal): -11378590 or 6447186. OLE color: 6447186.

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

Color convert

RGB 82 96 98 -
CMYK 0.16 0.02 0 0.62
HSL 187.5º 0.09% 0.35% -
HSV(B) 187.5º 0.16% 0.38% -
XYZ 9.87 11.04 13.17 -
YUV 92.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 82 96 98 0.16 0.02 0 0.62 187.5 0.09 0.35
Hex 52 60 62 10 2 0 3E BC 9 23
Octal 122 140 142 20 2 0 76 274 11 43
Binary 1010010 1100000 1100010 10000 10 0 111110 10111100 1001 100011

Color Harmonies of #526062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526062

Black with #526062

Text Example


Text Example

White with #526062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526062; }

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

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

background-color css

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

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

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

border-color css

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

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

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