Html Css Color HEX #536366 River Bed

📋 copy color: '#536366'

red 83 ◦ green 99 ◦ blue 102

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

Shades of River Bed #536366

Tints of River Bed #536366

RGB

 RED value IS 83 (32.81% from 255) = 29.23%

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

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

R = 29.23%
G = 34.86%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#536366 (or 0x536366) is known color: River Bed. HEX triplet: 53, 63 and 66. RGB value is (83,99,102). Sum of RGB (Red+Green+Blue) = 83+99+102=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #536366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536366 is #AC9C99. Grayscale: #5E5E5E. Windows color (decimal): -11312282 or 6710099. OLE color: 6710099.

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

Color convert

RGB 83 99 102 -
CMYK 0.19 0.03 0 0.6
HSL 189.47º 0.1% 0.36% -
HSV(B) 189.47º 0.19% 0.4% -
XYZ 10.43 11.72 14.28 -
YUV 94.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 83 99 102 0.19 0.03 0 0.6 189.47 0.1 0.36
Hex 53 63 66 13 3 0 3C BD A 24
Octal 123 143 146 23 3 0 74 275 12 44
Binary 1010011 1100011 1100110 10011 11 0 111100 10111101 1010 100100

Color Harmonies of #536366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536366

Black with #536366

Text Example


Text Example

White with #536366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536366; }

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

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

background-color css

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

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

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

border-color css

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

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

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