Html Css Color HEX #526366 River Bed

📋 copy color: '#526366'

red 82 ◦ green 99 ◦ blue 102

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

Shades of River Bed #526366

Tints of River Bed #526366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 28.98%
G = 34.98%
B = 36.04%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#526366 (or 0x526366) is known color: River Bed. HEX triplet: 52, 63 and 66. RGB value is (82,99,102). Sum of RGB (Red+Green+Blue) = 82+99+102=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #526366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526366 is #AD9C99. Grayscale: #5E5E5E. Windows color (decimal): -11377818 or 6710098. OLE color: 6710098.

HSL color Cylindrical-coordinate representation of color #526366: hue angle of 189º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526366 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 99 102 -
CMYK 0.20 0.03 0 0.6
HSL 189º 0.11% 0.36% -
HSV(B) 189º 0.2% 0.4% -
XYZ 10.34 11.68 14.28 -
YUV 94.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 82 99 102 0.20 0.03 0 0.6 189 0.11 0.36
Hex 52 63 66 14 3 0 3C BD B 24
Octal 122 143 146 24 3 0 74 275 13 44
Binary 1010010 1100011 1100110 10100 11 0 111100 10111101 1011 100100

Color Harmonies of #526366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526366

Black with #526366

Text Example


Text Example

White with #526366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526366; }

 p { color: rgb(82,99,102); }

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

background-color css

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

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

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

border-color css

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

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

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