Html Css Color HEX #536673 Bismark

📋 copy color: '#536673'

red 83 ◦ green 102 ◦ blue 115

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

Shades of Bismark #536673

Tints of Bismark #536673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 27.67%
G = 34%
B = 38.33%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536673 (or 0x536673) is known color: Bismark. HEX triplet: 53, 66 and 73. RGB value is (83,102,115). Sum of RGB (Red+Green+Blue) = 83+102+115=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #536673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536673 is #AC998C. Grayscale: #616161. Windows color (decimal): -11311501 or 7562835. OLE color: 7562835.

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

Color convert

RGB 83 102 115 -
CMYK 0.28 0.11 0 0.55
HSL 204.38º 0.16% 0.39% -
HSV(B) 204.38º 0.28% 0.45% -
XYZ 11.41 12.58 18.05 -
YUV 97.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 83 102 115 0.28 0.11 0 0.55 204.38 0.16 0.39
Hex 53 66 73 1C B 0 37 CC 10 27
Octal 123 146 163 34 13 0 67 314 20 47
Binary 1010011 1100110 1110011 11100 1011 0 110111 11001100 10000 100111

Color Harmonies of #536673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536673

Black with #536673

Text Example


Text Example

White with #536673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536673; }

 p { color: rgb(83,102,115); }

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

background-color css

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

 a { background-color: rgb(83,102,115); }

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

border-color css

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

 span { border-color: rgb(83,102,115); }

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