Html Css Color HEX #536467 River Bed

📋 copy color: '#536467'

red 83 ◦ green 100 ◦ blue 103

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

Shades of River Bed #536467

Tints of River Bed #536467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 29.02%
G = 34.97%
B = 36.01%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#536467 (or 0x536467) is known color: River Bed. HEX triplet: 53, 64 and 67. RGB value is (83,100,103). Sum of RGB (Red+Green+Blue) = 83+100+103=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #536467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536467 is #AC9B98. Grayscale: #5F5F5F. Windows color (decimal): -11312025 or 6775891. OLE color: 6775891.

HSL color Cylindrical-coordinate representation of color #536467: 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.19%. Process color model (Four color, CMYK) of #536467 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 100 103 -
CMYK 0.19 0.03 0 0.60
HSL 189º 0.11% 0.36% -
HSV(B) 189º 0.19% 0.4% -
XYZ 10.57 11.93 14.58 -
YUV 95.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 83 100 103 0.19 0.03 0 0.60 189 0.11 0.36
Hex 53 64 67 13 3 0 3C BD B 24
Octal 123 144 147 23 3 0 74 275 13 44
Binary 1010011 1100100 1100111 10011 11 0 111100 10111101 1011 100100

Color Harmonies of #536467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536467

Black with #536467

Text Example


Text Example

White with #536467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536467; }

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

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

background-color css

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

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

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

border-color css

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

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

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