Html Css Color HEX #52707E Bismark

📋 copy color: '#52707E'

red 82 ◦ green 112 ◦ blue 126

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

Shades of Bismark #52707E

Tints of Bismark #52707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 25.63%
G = 35%
B = 39.38%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52707E (or 0x52707E) is known color: Bismark. HEX triplet: 52, 70 and 7E. RGB value is (82,112,126). Sum of RGB (Red+Green+Blue) = 82+112+126=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #52707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52707E is #AD8F81. Grayscale: #686868. Windows color (decimal): -11374466 or 8286290. OLE color: 8286290.

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

Color convert

RGB 82 112 126 -
CMYK 0.35 0.11 0 0.51
HSL 199.09º 0.21% 0.41% -
HSV(B) 199.09º 0.35% 0.49% -
XYZ 13.04 14.89 21.93 -
YUV 104.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 82 112 126 0.35 0.11 0 0.51 199.09 0.21 0.41
Hex 52 70 7E 23 B 0 33 C7 15 29
Octal 122 160 176 43 13 0 63 307 25 51
Binary 1010010 1110000 1111110 100011 1011 0 110011 11000111 10101 101001

Color Harmonies of #52707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52707E

Black with #52707E

Text Example


Text Example

White with #52707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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