Html Css Color HEX #53707C Bismark

📋 copy color: '#53707C'

red 83 ◦ green 112 ◦ blue 124

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

Shades of Bismark #53707C

Tints of Bismark #53707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 26.02%
G = 35.11%
B = 38.87%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53707C (or 0x53707C) is known color: Bismark. HEX triplet: 53, 70 and 7C. RGB value is (83,112,124). Sum of RGB (Red+Green+Blue) = 83+112+124=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #53707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53707C is #AC8F83. Grayscale: #686868. Windows color (decimal): -11308932 or 8155219. OLE color: 8155219.

HSL color Cylindrical-coordinate representation of color #53707C: hue angle of 197.56º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53707C is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 112 124 -
CMYK 0.33 0.10 0 0.51
HSL 197.56º 0.2% 0.41% -
HSV(B) 197.56º 0.33% 0.49% -
XYZ 13 14.88 21.26 -
YUV 104.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 83 112 124 0.33 0.10 0 0.51 197.56 0.2 0.41
Hex 53 70 7C 21 A 0 33 C6 14 29
Octal 123 160 174 41 12 0 63 306 24 51
Binary 1010011 1110000 1111100 100001 1010 0 110011 11000110 10100 101001

Color Harmonies of #53707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53707C

Black with #53707C

Text Example


Text Example

White with #53707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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