Html Css Color HEX #536A79 Bismark

📋 copy color: '#536A79'

red 83 ◦ green 106 ◦ blue 121

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

Shades of Bismark #536A79

Tints of Bismark #536A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 26.77%
G = 34.19%
B = 39.03%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536A79 (or 0x536A79) is known color: Bismark. HEX triplet: 53, 6A and 79. RGB value is (83,106,121). Sum of RGB (Red+Green+Blue) = 83+106+121=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #536A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A79 is #AC9586. Grayscale: #646464. Windows color (decimal): -11310471 or 7957075. OLE color: 7957075.

HSL color Cylindrical-coordinate representation of color #536A79: hue angle of 203.68º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536A79 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 106 121 -
CMYK 0.31 0.12 0 0.53
HSL 203.68º 0.19% 0.4% -
HSV(B) 203.68º 0.31% 0.47% -
XYZ 12.17 13.53 20.06 -
YUV 100.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 83 106 121 0.31 0.12 0 0.53 203.68 0.19 0.4
Hex 53 6A 79 1F C 0 35 CC 13 28
Octal 123 152 171 37 14 0 65 314 23 50
Binary 1010011 1101010 1111001 11111 1100 0 110101 11001100 10011 101000

Color Harmonies of #536A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A79

Black with #536A79

Text Example


Text Example

White with #536A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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