Html Css Color HEX #526970 Bismark

📋 copy color: '#526970'

red 82 ◦ green 105 ◦ blue 112

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

Shades of Bismark #526970

Tints of Bismark #526970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 27.42%
G = 35.12%
B = 37.46%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#526970 (or 0x526970) is known color: Bismark. HEX triplet: 52, 69 and 70. RGB value is (82,105,112). Sum of RGB (Red+Green+Blue) = 82+105+112=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #526970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526970 is #AD968F. Grayscale: #626262. Windows color (decimal): -11376272 or 7366994. OLE color: 7366994.

HSL color Cylindrical-coordinate representation of color #526970: hue angle of 194º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526970 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 105 112 -
CMYK 0.27 0.06 0 0.56
HSL 194º 0.15% 0.38% -
HSV(B) 194º 0.27% 0.44% -
XYZ 11.46 13.07 17.25 -
YUV 98.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 82 105 112 0.27 0.06 0 0.56 194 0.15 0.38
Hex 52 69 70 1B 6 0 38 C2 F 26
Octal 122 151 160 33 6 0 70 302 17 46
Binary 1010010 1101001 1110000 11011 110 0 111000 11000010 1111 100110

Color Harmonies of #526970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526970

Black with #526970

Text Example


Text Example

White with #526970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526970; }

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

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

background-color css

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

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

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

border-color css

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

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

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