Html Css Color HEX #527480 Bismark

📋 copy color: '#527480'

red 82 ◦ green 116 ◦ blue 128

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

Shades of Bismark #527480

Tints of Bismark #527480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 25.15%
G = 35.58%
B = 39.26%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527480 (or 0x527480) is known color: Bismark. HEX triplet: 52, 74 and 80. RGB value is (82,116,128). Sum of RGB (Red+Green+Blue) = 82+116+128=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #527480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527480 is #AD8B7F. Grayscale: #6B6B6B. Windows color (decimal): -11373440 or 8418386. OLE color: 8418386.

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

Color convert

RGB 82 116 128 -
CMYK 0.36 0.09 0 0.50
HSL 195.65º 0.22% 0.41% -
HSV(B) 195.65º 0.36% 0.5% -
XYZ 13.62 15.84 22.76 -
YUV 107.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 82 116 128 0.36 0.09 0 0.50 195.65 0.22 0.41
Hex 52 74 80 24 9 0 32 C4 16 29
Octal 122 164 200 44 11 0 62 304 26 51
Binary 1010010 1110100 10000000 100100 1001 0 110010 11000100 10110 101001

Color Harmonies of #527480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527480

Black with #527480

Text Example


Text Example

White with #527480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527480; }

 p { color: rgb(82,116,128); }

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

background-color css

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

 a { background-color: rgb(82,116,128); }

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

border-color css

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

 span { border-color: rgb(82,116,128); }

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