Html Css Color HEX #536567 River Bed

📋 copy color: '#536567'

red 83 ◦ green 101 ◦ blue 103

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

Shades of River Bed #536567

Tints of River Bed #536567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 28.92%
G = 35.19%
B = 35.89%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#536567 (or 0x536567) is known color: River Bed. HEX triplet: 53, 65 and 67. RGB value is (83,101,103). Sum of RGB (Red+Green+Blue) = 83+101+103=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #536567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536567 is #AC9A98. Grayscale: #5F5F5F. Windows color (decimal): -11311769 or 6776147. OLE color: 6776147.

HSL color Cylindrical-coordinate representation of color #536567: hue angle of 186º degrees, saturation: 0.11, 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 #536567 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 103 -
CMYK 0.19 0.02 0 0.60
HSL 186º 0.11% 0.36% -
HSV(B) 186º 0.19% 0.4% -
XYZ 10.67 12.13 14.61 -
YUV 95.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 83 101 103 0.19 0.02 0 0.60 186 0.11 0.36
Hex 53 65 67 13 2 0 3C BA B 24
Octal 123 145 147 23 2 0 74 272 13 44
Binary 1010011 1100101 1100111 10011 10 0 111100 10111010 1011 100100

Color Harmonies of #536567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536567

Black with #536567

Text Example


Text Example

White with #536567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536567; }

 p { color: rgb(83,101,103); }

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

background-color css

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

 a { background-color: rgb(83,101,103); }

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

border-color css

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

 span { border-color: rgb(83,101,103); }

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