Html Css Color HEX #536A72 Bismark

📋 copy color: '#536A72'

red 83 ◦ green 106 ◦ blue 114

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

Shades of Bismark #536A72

Tints of Bismark #536A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 27.39%
G = 34.98%
B = 37.62%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536A72 (or 0x536A72) is known color: Bismark. HEX triplet: 53, 6A and 72. RGB value is (83,106,114). Sum of RGB (Red+Green+Blue) = 83+106+114=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #536A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A72 is #AC958D. Grayscale: #636363. Windows color (decimal): -11310478 or 7498323. OLE color: 7498323.

HSL color Cylindrical-coordinate representation of color #536A72: hue angle of 195.48º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536A72 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 106 114 -
CMYK 0.27 0.07 0 0.55
HSL 195.48º 0.16% 0.39% -
HSV(B) 195.48º 0.27% 0.45% -
XYZ 11.76 13.36 17.88 -
YUV 100.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 83 106 114 0.27 0.07 0 0.55 195.48 0.16 0.39
Hex 53 6A 72 1B 7 0 37 C3 10 27
Octal 123 152 162 33 7 0 67 303 20 47
Binary 1010011 1101010 1110010 11011 111 0 110111 11000011 10000 100111

Color Harmonies of #536A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A72

Black with #536A72

Text Example


Text Example

White with #536A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,114); }

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

background-color css

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

 a { background-color: rgb(83,106,114); }

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

border-color css

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

 span { border-color: rgb(83,106,114); }

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