Html Css Color HEX #536977 Bismark

📋 copy color: '#536977'

red 83 ◦ green 105 ◦ blue 119

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

Shades of Bismark #536977

Tints of Bismark #536977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 27.04%
G = 34.2%
B = 38.76%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536977 (or 0x536977) is known color: Bismark. HEX triplet: 53, 69 and 77. RGB value is (83,105,119). Sum of RGB (Red+Green+Blue) = 83+105+119=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #536977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536977 is #AC9688. Grayscale: #636363. Windows color (decimal): -11310729 or 7825747. OLE color: 7825747.

HSL color Cylindrical-coordinate representation of color #536977: hue angle of 203.33º 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 #536977 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 105 119 -
CMYK 0.30 0.12 0 0.53
HSL 203.33º 0.18% 0.4% -
HSV(B) 203.33º 0.3% 0.47% -
XYZ 11.95 13.27 19.39 -
YUV 100.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 83 105 119 0.30 0.12 0 0.53 203.33 0.18 0.4
Hex 53 69 77 1E C 0 35 CB 12 28
Octal 123 151 167 36 14 0 65 313 22 50
Binary 1010011 1101001 1110111 11110 1100 0 110101 11001011 10010 101000

Color Harmonies of #536977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536977

Black with #536977

Text Example


Text Example

White with #536977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536977; }

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

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

background-color css

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

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

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

border-color css

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

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

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