Html Css Color HEX #52747A Bismark

📋 copy color: '#52747A'

red 82 ◦ green 116 ◦ blue 122

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

Shades of Bismark #52747A

Tints of Bismark #52747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 25.63%
G = 36.25%
B = 38.13%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52747A (or 0x52747A) is known color: Bismark. HEX triplet: 52, 74 and 7A. RGB value is (82,116,122). Sum of RGB (Red+Green+Blue) = 82+116+122=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #52747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747A is #AD8B85. Grayscale: #6A6A6A. Windows color (decimal): -11373446 or 8025170. OLE color: 8025170.

HSL color Cylindrical-coordinate representation of color #52747A: hue angle of 189º degrees, saturation: 0.2, 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 #52747A is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 116 122 -
CMYK 0.33 0.05 0 0.52
HSL 189º 0.2% 0.4% -
HSV(B) 189º 0.33% 0.48% -
XYZ 13.24 15.69 20.74 -
YUV 106.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 82 116 122 0.33 0.05 0 0.52 189 0.2 0.4
Hex 52 74 7A 21 5 0 34 BD 14 28
Octal 122 164 172 41 5 0 64 275 24 50
Binary 1010010 1110100 1111010 100001 101 0 110100 10111101 10100 101000

Color Harmonies of #52747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52747A

Black with #52747A

Text Example


Text Example

White with #52747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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