#526062

Color #526062 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #526062

Tints of River Bed #526062

Color information

#526062 (or 0x526062) is unknown color: approx 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

RGB829698-
CMYK0.160.0200.62
HSL187.5º8.89%35.29%-
HSV(B)187.5º16.33%38.43%-
XYZ9.8711.0413.17-
YUV92.04131.36120.84-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296980.160.0200.62187.58.8935.29
Hex52606210203Ebc923
Octal1221401422020762741143
Binary10100101100000110001010000100111110101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>