Html Css Color HEX #52676F Bismark

📋 copy color: '#52676F'

red 82 ◦ green 103 ◦ blue 111

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

Shades of Bismark #52676F

Tints of Bismark #52676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 27.7%
G = 34.8%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52676F (or 0x52676F) is known color: Bismark. HEX triplet: 52, 67 and 6F. RGB value is (82,103,111). Sum of RGB (Red+Green+Blue) = 82+103+111=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #52676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676F is #AD9890. Grayscale: #616161. Windows color (decimal): -11376785 or 7300946. OLE color: 7300946.

HSL color Cylindrical-coordinate representation of color #52676F: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52676F is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 103 111 -
CMYK 0.26 0.07 0 0.56
HSL 196.55º 0.15% 0.38% -
HSV(B) 196.55º 0.26% 0.44% -
XYZ 11.2 12.64 16.89 -
YUV 97.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 82 103 111 0.26 0.07 0 0.56 196.55 0.15 0.38
Hex 52 67 6F 1A 7 0 38 C5 F 26
Octal 122 147 157 32 7 0 70 305 17 46
Binary 1010010 1100111 1101111 11010 111 0 111000 11000101 1111 100110

Color Harmonies of #52676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52676F

Black with #52676F

Text Example


Text Example

White with #52676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52676F; }

 p { color: rgb(82,103,111); }

 H1.HeaderClassName
 {
   color: #52676F;
 }
 .AnyTagClassName
 {
   color: #52676F;
 }
</style>

background-color css

<style>
 a { background-color: #52676F; }

 a { background-color: rgb(82,103,111); }

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

border-color css

<style>
 span { border-color: #52676F; }

 span { border-color: rgb(82,103,111); }

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