Html Css Color HEX #536E77 Bismark

📋 copy color: '#536E77'

red 83 ◦ green 110 ◦ blue 119

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

Shades of Bismark #536E77

Tints of Bismark #536E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

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

R = 26.6%
G = 35.26%
B = 38.14%

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

#536E77 (or 0x536E77) is known color: Bismark. HEX triplet: 53, 6E and 77. RGB value is (83,110,119). Sum of RGB (Red+Green+Blue) = 83+110+119=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #536E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E77 is #AC9188. Grayscale: #666666. Windows color (decimal): -11309449 or 7827027. OLE color: 7827027.

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

Color convert

RGB 83 110 119 -
CMYK 0.30 0.08 0 0.53
HSL 195º 0.18% 0.4% -
HSV(B) 195º 0.3% 0.47% -
XYZ 12.47 14.32 19.56 -
YUV 102.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 83 110 119 0.30 0.08 0 0.53 195 0.18 0.4
Hex 53 6E 77 1E 8 0 35 C3 12 28
Octal 123 156 167 36 10 0 65 303 22 50
Binary 1010011 1101110 1110111 11110 1000 0 110101 11000011 10010 101000

Color Harmonies of #536E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E77

Black with #536E77

Text Example


Text Example

White with #536E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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