Html Css Color HEX #53727B Bismark

📋 copy color: '#53727B'

red 83 ◦ green 114 ◦ blue 123

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

Shades of Bismark #53727B

Tints of Bismark #53727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 25.94%
G = 35.63%
B = 38.44%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53727B (or 0x53727B) is known color: Bismark. HEX triplet: 53, 72 and 7B. RGB value is (83,114,123). Sum of RGB (Red+Green+Blue) = 83+114+123=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #53727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727B is #AC8D84. Grayscale: #696969. Windows color (decimal): -11308421 or 8090195. OLE color: 8090195.

HSL color Cylindrical-coordinate representation of color #53727B: hue angle of 193.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 #53727B is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 114 123 -
CMYK 0.33 0.07 0 0.52
HSL 193.5º 0.19% 0.4% -
HSV(B) 193.5º 0.33% 0.48% -
XYZ 13.16 15.3 21 -
YUV 105.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 83 114 123 0.33 0.07 0 0.52 193.5 0.19 0.4
Hex 53 72 7B 21 7 0 34 C2 13 28
Octal 123 162 173 41 7 0 64 302 23 50
Binary 1010011 1110010 1111011 100001 111 0 110100 11000010 10011 101000

Color Harmonies of #53727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53727B

Black with #53727B

Text Example


Text Example

White with #53727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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