Html Css Color HEX #536C78 Bismark

📋 copy color: '#536C78'

red 83 ◦ green 108 ◦ blue 120

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

Shades of Bismark #536C78

Tints of Bismark #536C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 26.69%
G = 34.73%
B = 38.59%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536C78 (or 0x536C78) is known color: Bismark. HEX triplet: 53, 6C and 78. RGB value is (83,108,120). Sum of RGB (Red+Green+Blue) = 83+108+120=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #536C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C78 is #AC9387. Grayscale: #656565. Windows color (decimal): -11309960 or 7892051. OLE color: 7892051.

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

Color convert

RGB 83 108 120 -
CMYK 0.31 0.10 0 0.53
HSL 199.46º 0.18% 0.4% -
HSV(B) 199.46º 0.31% 0.47% -
XYZ 12.32 13.92 19.81 -
YUV 101.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 83 108 120 0.31 0.10 0 0.53 199.46 0.18 0.4
Hex 53 6C 78 1F A 0 35 C7 12 28
Octal 123 154 170 37 12 0 65 307 22 50
Binary 1010011 1101100 1111000 11111 1010 0 110101 11000111 10010 101000

Color Harmonies of #536C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C78

Black with #536C78

Text Example


Text Example

White with #536C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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