Html Css Color HEX #536D77 Bismark

📋 copy color: '#536D77'

red 83 ◦ green 109 ◦ blue 119

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

Shades of Bismark #536D77

Tints of Bismark #536D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 26.69%
G = 35.05%
B = 38.26%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536D77 (or 0x536D77) is known color: Bismark. HEX triplet: 53, 6D and 77. RGB value is (83,109,119). Sum of RGB (Red+Green+Blue) = 83+109+119=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #536D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D77 is #AC9288. Grayscale: #666666. Windows color (decimal): -11309705 or 7826771. OLE color: 7826771.

HSL color Cylindrical-coordinate representation of color #536D77: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536D77 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 109 119 -
CMYK 0.30 0.08 0 0.53
HSL 196.67º 0.18% 0.4% -
HSV(B) 196.67º 0.3% 0.47% -
XYZ 12.37 14.11 19.52 -
YUV 102.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 83 109 119 0.30 0.08 0 0.53 196.67 0.18 0.4
Hex 53 6D 77 1E 8 0 35 C5 12 28
Octal 123 155 167 36 10 0 65 305 22 50
Binary 1010011 1101101 1110111 11110 1000 0 110101 11000101 10010 101000

Color Harmonies of #536D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D77

Black with #536D77

Text Example


Text Example

White with #536D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536D77; }

 p { color: rgb(83,109,119); }

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

background-color css

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

 a { background-color: rgb(83,109,119); }

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

border-color css

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

 span { border-color: rgb(83,109,119); }

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