Html Css Color HEX #526868 River Bed

📋 copy color: '#526868'

red 82 ◦ green 104 ◦ blue 104

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

Shades of River Bed #526868

Tints of River Bed #526868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 28.28%
G = 35.86%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526868 (or 0x526868) is known color: River Bed. HEX triplet: 52, 68 and 68. RGB value is (82,104,104). Sum of RGB (Red+Green+Blue) = 82+104+104=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #526868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526868 is #AD9797. Grayscale: #616161. Windows color (decimal): -11376536 or 6842450. OLE color: 6842450.

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

Color convert

RGB 82 104 104 -
CMYK 0.21 0 0 0.59
HSL 180º 0.12% 0.36% -
HSV(B) 180º 0.21% 0.41% -
XYZ 10.93 12.69 14.97 -
YUV 97.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 82 104 104 0.21 0 0 0.59 180 0.12 0.36
Hex 52 68 68 15 0 0 3B B4 C 24
Octal 122 150 150 25 0 0 73 264 14 44
Binary 1010010 1101000 1101000 10101 0 0 111011 10110100 1100 100100

Color Harmonies of #526868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526868

Black with #526868

Text Example


Text Example

White with #526868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526868; }

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

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

background-color css

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

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

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

border-color css

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

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

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