Html Css Color HEX #52717E Bismark

📋 copy color: '#52717E'

red 82 ◦ green 113 ◦ blue 126

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

Shades of Bismark #52717E

Tints of Bismark #52717E

RGB

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

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

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

R = 25.55%
G = 35.2%
B = 39.25%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52717E (or 0x52717E) is known color: Bismark. HEX triplet: 52, 71 and 7E. RGB value is (82,113,126). Sum of RGB (Red+Green+Blue) = 82+113+126=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #52717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52717E is #AD8E81. Grayscale: #696969. Windows color (decimal): -11374210 or 8286546. OLE color: 8286546.

HSL color Cylindrical-coordinate representation of color #52717E: hue angle of 197.73º 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 #52717E is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 113 126 -
CMYK 0.35 0.10 0 0.51
HSL 197.73º 0.21% 0.41% -
HSV(B) 197.73º 0.35% 0.49% -
XYZ 13.15 15.11 21.96 -
YUV 105.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 82 113 126 0.35 0.10 0 0.51 197.73 0.21 0.41
Hex 52 71 7E 23 A 0 33 C6 15 29
Octal 122 161 176 43 12 0 63 306 25 51
Binary 1010010 1110001 1111110 100011 1010 0 110011 11000110 10101 101001

Color Harmonies of #52717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52717E

Black with #52717E

Text Example


Text Example

White with #52717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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