Html Css Color HEX #526969 River Bed

📋 copy color: '#526969'

red 82 ◦ green 105 ◦ blue 105

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

Shades of River Bed #526969

Tints of River Bed #526969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 28.08%
G = 35.96%
B = 35.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526969 (or 0x526969) is known color: River Bed. HEX triplet: 52, 69 and 69. RGB value is (82,105,105). Sum of RGB (Red+Green+Blue) = 82+105+105=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #526969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526969 is #AD9696. Grayscale: #626262. Windows color (decimal): -11376279 or 6908242. OLE color: 6908242.

HSL color Cylindrical-coordinate representation of color #526969: hue angle of 180º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526969 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 105 -
CMYK 0.22 0 0 0.59
HSL 180º 0.12% 0.37% -
HSV(B) 180º 0.22% 0.41% -
XYZ 11.08 12.92 15.27 -
YUV 98.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 82 105 105 0.22 0 0 0.59 180 0.12 0.37
Hex 52 69 69 16 0 0 3B B4 C 25
Octal 122 151 151 26 0 0 73 264 14 45
Binary 1010010 1101001 1101001 10110 0 0 111011 10110100 1100 100101

Color Harmonies of #526969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526969

Black with #526969

Text Example


Text Example

White with #526969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526969; }

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

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

background-color css

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

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

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

border-color css

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

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

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