Html Css Color HEX #52727E Bismark

📋 copy color: '#52727E'

red 82 ◦ green 114 ◦ blue 126

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

Shades of Bismark #52727E

Tints of Bismark #52727E

RGB

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

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

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

R = 25.47%
G = 35.4%
B = 39.13%

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

#52727E (or 0x52727E) is known color: Bismark. HEX triplet: 52, 72 and 7E. RGB value is (82,114,126). Sum of RGB (Red+Green+Blue) = 82+114+126=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 126 - color contains mainly: blue. Hex color #52727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52727E is #AD8D81. Grayscale: #696969. Windows color (decimal): -11373954 or 8286802. OLE color: 8286802.

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

Color convert

RGB 82 114 126 -
CMYK 0.35 0.10 0 0.51
HSL 196.36º 0.21% 0.41% -
HSV(B) 196.36º 0.35% 0.49% -
XYZ 13.26 15.33 22 -
YUV 105.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 82 114 126 0.35 0.10 0 0.51 196.36 0.21 0.41
Hex 52 72 7E 23 A 0 33 C4 15 29
Octal 122 162 176 43 12 0 63 304 25 51
Binary 1010010 1110010 1111110 100011 1010 0 110011 11000100 10101 101001

Color Harmonies of #52727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52727E

Black with #52727E

Text Example


Text Example

White with #52727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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