Html Css Color HEX #53707D Bismark

📋 copy color: '#53707D'

red 83 ◦ green 112 ◦ blue 125

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

Shades of Bismark #53707D

Tints of Bismark #53707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 25.94%
G = 35%
B = 39.06%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53707D (or 0x53707D) is known color: Bismark. HEX triplet: 53, 70 and 7D. RGB value is (83,112,125). Sum of RGB (Red+Green+Blue) = 83+112+125=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #53707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53707D is #AC8F82. Grayscale: #686868. Windows color (decimal): -11308931 or 8220755. OLE color: 8220755.

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

Color convert

RGB 83 112 125 -
CMYK 0.34 0.10 0 0.51
HSL 198.57º 0.2% 0.41% -
HSV(B) 198.57º 0.34% 0.49% -
XYZ 13.06 14.91 21.59 -
YUV 104.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 83 112 125 0.34 0.10 0 0.51 198.57 0.2 0.41
Hex 53 70 7D 22 A 0 33 C7 14 29
Octal 123 160 175 42 12 0 63 307 24 51
Binary 1010011 1110000 1111101 100010 1010 0 110011 11000111 10100 101001

Color Harmonies of #53707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53707D

Black with #53707D

Text Example


Text Example

White with #53707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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