Html Css Color HEX #536877 Bismark

📋 copy color: '#536877'

red 83 ◦ green 104 ◦ blue 119

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

Shades of Bismark #536877

Tints of Bismark #536877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 27.12%
G = 33.99%
B = 38.89%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536877 (or 0x536877) is known color: Bismark. HEX triplet: 53, 68 and 77. RGB value is (83,104,119). Sum of RGB (Red+Green+Blue) = 83+104+119=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #536877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536877 is #AC9788. Grayscale: #636363. Windows color (decimal): -11310985 or 7825491. OLE color: 7825491.

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

Color convert

RGB 83 104 119 -
CMYK 0.30 0.13 0 0.53
HSL 205º 0.18% 0.4% -
HSV(B) 205º 0.3% 0.47% -
XYZ 11.85 13.07 19.35 -
YUV 99.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 83 104 119 0.30 0.13 0 0.53 205 0.18 0.4
Hex 53 68 77 1E D 0 35 CD 12 28
Octal 123 150 167 36 15 0 65 315 22 50
Binary 1010011 1101000 1110111 11110 1101 0 110101 11001101 10010 101000

Color Harmonies of #536877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536877

Black with #536877

Text Example


Text Example

White with #536877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536877; }

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

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

background-color css

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

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

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

border-color css

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

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

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