Html Css Color HEX #53666F Bismark

📋 copy color: '#53666F'

red 83 ◦ green 102 ◦ blue 111

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

Shades of Bismark #53666F

Tints of Bismark #53666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 28.04%
G = 34.46%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53666F (or 0x53666F) is known color: Bismark. HEX triplet: 53, 66 and 6F. RGB value is (83,102,111). Sum of RGB (Red+Green+Blue) = 83+102+111=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #53666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53666F is #AC9990. Grayscale: #616161. Windows color (decimal): -11311505 or 7300691. OLE color: 7300691.

HSL color Cylindrical-coordinate representation of color #53666F: hue angle of 199.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53666F is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 102 111 -
CMYK 0.25 0.08 0 0.56
HSL 199.29º 0.14% 0.38% -
HSV(B) 199.29º 0.25% 0.44% -
XYZ 11.19 12.49 16.86 -
YUV 97.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 83 102 111 0.25 0.08 0 0.56 199.29 0.14 0.38
Hex 53 66 6F 19 8 0 38 C7 E 26
Octal 123 146 157 31 10 0 70 307 16 46
Binary 1010011 1100110 1101111 11001 1000 0 111000 11000111 1110 100110

Color Harmonies of #53666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53666F

Black with #53666F

Text Example


Text Example

White with #53666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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