Html Css Color HEX #526770 Bismark

📋 copy color: '#526770'

red 82 ◦ green 103 ◦ blue 112

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

Shades of Bismark #526770

Tints of Bismark #526770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 27.61%
G = 34.68%
B = 37.71%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#526770 (or 0x526770) is known color: Bismark. HEX triplet: 52, 67 and 70. RGB value is (82,103,112). Sum of RGB (Red+Green+Blue) = 82+103+112=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #526770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526770 is #AD988F. Grayscale: #616161. Windows color (decimal): -11376784 or 7366482. OLE color: 7366482.

HSL color Cylindrical-coordinate representation of color #526770: hue angle of 198º 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 #526770 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 103 112 -
CMYK 0.27 0.08 0 0.56
HSL 198º 0.15% 0.38% -
HSV(B) 198º 0.27% 0.44% -
XYZ 11.25 12.66 17.18 -
YUV 97.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 82 103 112 0.27 0.08 0 0.56 198 0.15 0.38
Hex 52 67 70 1B 8 0 38 C6 F 26
Octal 122 147 160 33 10 0 70 306 17 46
Binary 1010010 1100111 1110000 11011 1000 0 111000 11000110 1111 100110

Color Harmonies of #526770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526770

Black with #526770

Text Example


Text Example

White with #526770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526770; }

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

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

background-color css

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

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

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

border-color css

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

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

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