Html Css Color HEX #526260 River Bed

📋 copy color: '#526260'

red 82 ◦ green 98 ◦ blue 96

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

Shades of River Bed #526260

Tints of River Bed #526260

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #526260: hue angle of 172.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 #526260 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 96 -
CMYK 0.16 0 0.02 0.62
HSL 172.5º 0.09% 0.35% -
HSV(B) 172.5º 0.16% 0.38% -
XYZ 9.96 11.37 12.74 -
YUV 92.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 82 98 96 0.16 0 0.02 0.62 172.5 0.09 0.35
Hex 52 62 60 10 0 2 3E AC 9 23
Octal 122 142 140 20 0 2 76 254 11 43
Binary 1010010 1100010 1100000 10000 0 10 111110 10101100 1001 100011

Color Harmonies of #526260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526260

Black with #526260

Text Example


Text Example

White with #526260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526260; }

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

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

background-color css

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

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

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

border-color css

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

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

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