Html Css Color HEX #52737C Bismark

📋 copy color: '#52737C'

red 82 ◦ green 115 ◦ blue 124

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

Shades of Bismark #52737C

Tints of Bismark #52737C

RGB

 RED value IS 82 (32.42% from 255) = 25.55%

 GREEN value IS 115 (45.31% from 255) = 35.83%

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

R = 25.55%
G = 35.83%
B = 38.63%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52737C (or 0x52737C) is known color: Bismark. HEX triplet: 52, 73 and 7C. RGB value is (82,115,124). Sum of RGB (Red+Green+Blue) = 82+115+124=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #52737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52737C is #AD8C83. Grayscale: #6A6A6A. Windows color (decimal): -11373700 or 8155986. OLE color: 8155986.

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

Color convert

RGB 82 115 124 -
CMYK 0.34 0.07 0 0.51
HSL 192.86º 0.2% 0.4% -
HSV(B) 192.86º 0.34% 0.49% -
XYZ 13.25 15.51 21.36 -
YUV 106.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 82 115 124 0.34 0.07 0 0.51 192.86 0.2 0.4
Hex 52 73 7C 22 7 0 33 C1 14 28
Octal 122 163 174 42 7 0 63 301 24 50
Binary 1010010 1110011 1111100 100010 111 0 110011 11000001 10100 101000

Color Harmonies of #52737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52737C

Black with #52737C

Text Example


Text Example

White with #52737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,115,124); }

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

background-color css

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

 a { background-color: rgb(82,115,124); }

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

border-color css

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

 span { border-color: rgb(82,115,124); }

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