Html Css Color HEX #537484 Bismark

📋 copy color: '#537484'

red 83 ◦ green 116 ◦ blue 132

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

Shades of Bismark #537484

Tints of Bismark #537484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 25.08%
G = 35.05%
B = 39.88%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537484 (or 0x537484) is known color: Bismark. HEX triplet: 53, 74 and 84. RGB value is (83,116,132). Sum of RGB (Red+Green+Blue) = 83+116+132=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #537484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537484 is #AC8B7B. Grayscale: #6B6B6B. Windows color (decimal): -11307900 or 8680531. OLE color: 8680531.

HSL color Cylindrical-coordinate representation of color #537484: hue angle of 199.59º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537484 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 116 132 -
CMYK 0.37 0.12 0 0.48
HSL 199.59º 0.23% 0.42% -
HSV(B) 199.59º 0.37% 0.52% -
XYZ 13.98 16 24.18 -
YUV 107.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 83 116 132 0.37 0.12 0 0.48 199.59 0.23 0.42
Hex 53 74 84 25 C 0 30 C8 17 2A
Octal 123 164 204 45 14 0 60 310 27 52
Binary 1010011 1110100 10000100 100101 1100 0 110000 11001000 10111 101010

Color Harmonies of #537484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537484

Black with #537484

Text Example


Text Example

White with #537484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537484; }

 p { color: rgb(83,116,132); }

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

background-color css

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

 a { background-color: rgb(83,116,132); }

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

border-color css

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

 span { border-color: rgb(83,116,132); }

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