Html Css Color HEX #53707B Bismark

📋 copy color: '#53707B'

red 83 ◦ green 112 ◦ blue 123

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

Shades of Bismark #53707B

Tints of Bismark #53707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 26.1%
G = 35.22%
B = 38.68%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53707B (or 0x53707B) is known color: Bismark. HEX triplet: 53, 70 and 7B. RGB value is (83,112,123). Sum of RGB (Red+Green+Blue) = 83+112+123=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #53707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53707B is #AC8F84. Grayscale: #686868. Windows color (decimal): -11308933 or 8089683. OLE color: 8089683.

HSL color Cylindrical-coordinate representation of color #53707B: hue angle of 196.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53707B is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 112 123 -
CMYK 0.33 0.09 0 0.52
HSL 196.5º 0.19% 0.4% -
HSV(B) 196.5º 0.33% 0.48% -
XYZ 12.94 14.86 20.92 -
YUV 104.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 83 112 123 0.33 0.09 0 0.52 196.5 0.19 0.4
Hex 53 70 7B 21 9 0 34 C4 13 28
Octal 123 160 173 41 11 0 64 304 23 50
Binary 1010011 1110000 1111011 100001 1001 0 110100 11000100 10011 101000

Color Harmonies of #53707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53707B

Black with #53707B

Text Example


Text Example

White with #53707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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