Html Css Color HEX #52717D Bismark

📋 copy color: '#52717D'

red 82 ◦ green 113 ◦ blue 125

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

Shades of Bismark #52717D

Tints of Bismark #52717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 25.63%
G = 35.31%
B = 39.06%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52717D (or 0x52717D) is known color: Bismark. HEX triplet: 52, 71 and 7D. RGB value is (82,113,125). Sum of RGB (Red+Green+Blue) = 82+113+125=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #52717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52717D is #AD8E82. Grayscale: #696969. Windows color (decimal): -11374211 or 8221010. OLE color: 8221010.

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

Color convert

RGB 82 113 125 -
CMYK 0.34 0.10 0 0.51
HSL 196.74º 0.21% 0.41% -
HSV(B) 196.74º 0.34% 0.49% -
XYZ 13.09 15.08 21.62 -
YUV 105.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 82 113 125 0.34 0.10 0 0.51 196.74 0.21 0.41
Hex 52 71 7D 22 A 0 33 C5 15 29
Octal 122 161 175 42 12 0 63 305 25 51
Binary 1010010 1110001 1111101 100010 1010 0 110011 11000101 10101 101001

Color Harmonies of #52717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52717D

Black with #52717D

Text Example


Text Example

White with #52717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52717D; }

 p { color: rgb(82,113,125); }

 H1.HeaderClassName
 {
   color: #52717D;
 }
 .AnyTagClassName
 {
   color: #52717D;
 }
</style>

background-color css

<style>
 a { background-color: #52717D; }

 a { background-color: rgb(82,113,125); }

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

border-color css

<style>
 span { border-color: #52717D; }

 span { border-color: rgb(82,113,125); }

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