Html Css Color HEX #52747E Bismark

📋 copy color: '#52747E'

red 82 ◦ green 116 ◦ blue 126

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

Shades of Bismark #52747E

Tints of Bismark #52747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 25.31%
G = 35.8%
B = 38.89%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52747E (or 0x52747E) is known color: Bismark. HEX triplet: 52, 74 and 7E. RGB value is (82,116,126). Sum of RGB (Red+Green+Blue) = 82+116+126=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #52747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747E is #AD8B81. Grayscale: #6A6A6A. Windows color (decimal): -11373442 or 8287314. OLE color: 8287314.

HSL color Cylindrical-coordinate representation of color #52747E: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52747E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 116 126 -
CMYK 0.35 0.08 0 0.51
HSL 193.64º 0.21% 0.41% -
HSV(B) 193.64º 0.35% 0.49% -
XYZ 13.49 15.79 22.08 -
YUV 106.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 82 116 126 0.35 0.08 0 0.51 193.64 0.21 0.41
Hex 52 74 7E 23 8 0 33 C2 15 29
Octal 122 164 176 43 10 0 63 302 25 51
Binary 1010010 1110100 1111110 100011 1000 0 110011 11000010 10101 101001

Color Harmonies of #52747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52747E

Black with #52747E

Text Example


Text Example

White with #52747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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