Html Css Color HEX #537078 Bismark

📋 copy color: '#537078'

red 83 ◦ green 112 ◦ blue 120

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

Shades of Bismark #537078

Tints of Bismark #537078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 26.35%
G = 35.56%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#537078 (or 0x537078) is known color: Bismark. HEX triplet: 53, 70 and 78. RGB value is (83,112,120). Sum of RGB (Red+Green+Blue) = 83+112+120=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #537078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537078 is #AC8F87. Grayscale: #686868. Windows color (decimal): -11308936 or 7893075. OLE color: 7893075.

HSL color Cylindrical-coordinate representation of color #537078: hue angle of 192.97º degrees, saturation: 0.18, 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 #537078 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 112 120 -
CMYK 0.31 0.07 0 0.53
HSL 192.97º 0.18% 0.4% -
HSV(B) 192.97º 0.31% 0.47% -
XYZ 12.75 14.78 19.95 -
YUV 104.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 83 112 120 0.31 0.07 0 0.53 192.97 0.18 0.4
Hex 53 70 78 1F 7 0 35 C1 12 28
Octal 123 160 170 37 7 0 65 301 22 50
Binary 1010011 1110000 1111000 11111 111 0 110101 11000001 10010 101000

Color Harmonies of #537078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537078

Black with #537078

Text Example


Text Example

White with #537078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537078; }

 p { color: rgb(83,112,120); }

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

background-color css

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

 a { background-color: rgb(83,112,120); }

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

border-color css

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

 span { border-color: rgb(83,112,120); }

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