Html Css Color HEX #52727F Bismark

📋 copy color: '#52727F'

red 82 ◦ green 114 ◦ blue 127

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

Shades of Bismark #52727F

Tints of Bismark #52727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 25.39%
G = 35.29%
B = 39.32%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52727F (or 0x52727F) is known color: Bismark. HEX triplet: 52, 72 and 7F. RGB value is (82,114,127). Sum of RGB (Red+Green+Blue) = 82+114+127=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #52727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52727F is #AD8D80. Grayscale: #696969. Windows color (decimal): -11373953 or 8352338. OLE color: 8352338.

HSL color Cylindrical-coordinate representation of color #52727F: hue angle of 197.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52727F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 114 127 -
CMYK 0.35 0.10 0 0.50
HSL 197.33º 0.22% 0.41% -
HSV(B) 197.33º 0.35% 0.5% -
XYZ 13.33 15.36 22.34 -
YUV 105.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 82 114 127 0.35 0.10 0 0.50 197.33 0.22 0.41
Hex 52 72 7F 23 A 0 32 C5 16 29
Octal 122 162 177 43 12 0 62 305 26 51
Binary 1010010 1110010 1111111 100011 1010 0 110010 11000101 10110 101001

Color Harmonies of #52727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52727F

Black with #52727F

Text Example


Text Example

White with #52727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,114,127); }

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

background-color css

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

 a { background-color: rgb(82,114,127); }

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

border-color css

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

 span { border-color: rgb(82,114,127); }

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