Html Css Color HEX #526060 River Bed

📋 copy color: '#526060'

red 82 ◦ green 96 ◦ blue 96

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

Shades of River Bed #526060

Tints of River Bed #526060

RGB

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

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

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

R = 29.93%
G = 35.04%
B = 35.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#526060 (or 0x526060) is known color: River Bed. HEX triplet: 52, 60 and 60. RGB value is (82,96,96). Sum of RGB (Red+Green+Blue) = 82+96+96=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #526060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526060 is #AD9F9F. Grayscale: #5B5B5B. Windows color (decimal): -11378592 or 6316114. OLE color: 6316114.

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

Color convert

RGB 82 96 96 -
CMYK 0.15 0 0 0.62
HSL 180º 0.08% 0.35% -
HSV(B) 180º 0.15% 0.38% -
XYZ 9.77 11 12.68 -
YUV 91.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 82 96 96 0.15 0 0 0.62 180 0.08 0.35
Hex 52 60 60 F 0 0 3E B4 8 23
Octal 122 140 140 17 0 0 76 264 10 43
Binary 1010010 1100000 1100000 1111 0 0 111110 10110100 1000 100011

Color Harmonies of #526060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526060

Black with #526060

Text Example


Text Example

White with #526060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526060; }

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

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

background-color css

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

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

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

border-color css

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

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

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