Html Css Color HEX #52747C Bismark

📋 copy color: '#52747C'

red 82 ◦ green 116 ◦ blue 124

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

Shades of Bismark #52747C

Tints of Bismark #52747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 25.47%
G = 36.02%
B = 38.51%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52747C (or 0x52747C) is known color: Bismark. HEX triplet: 52, 74 and 7C. RGB value is (82,116,124). Sum of RGB (Red+Green+Blue) = 82+116+124=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #52747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747C is #AD8B83. Grayscale: #6A6A6A. Windows color (decimal): -11373444 or 8156242. OLE color: 8156242.

HSL color Cylindrical-coordinate representation of color #52747C: hue angle of 191.43º 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 #52747C is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 116 124 -
CMYK 0.34 0.06 0 0.51
HSL 191.43º 0.2% 0.4% -
HSV(B) 191.43º 0.34% 0.49% -
XYZ 13.36 15.74 21.4 -
YUV 106.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 82 116 124 0.34 0.06 0 0.51 191.43 0.2 0.4
Hex 52 74 7C 22 6 0 33 BF 14 28
Octal 122 164 174 42 6 0 63 277 24 50
Binary 1010010 1110100 1111100 100010 110 0 110011 10111111 10100 101000

Color Harmonies of #52747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52747C

Black with #52747C

Text Example


Text Example

White with #52747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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