Html Css Color HEX #527481 Bismark

📋 copy color: '#527481'

red 82 ◦ green 116 ◦ blue 129

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

Shades of Bismark #527481

Tints of Bismark #527481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 25.08%
G = 35.47%
B = 39.45%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527481 (or 0x527481) is known color: Bismark. HEX triplet: 52, 74 and 81. RGB value is (82,116,129). Sum of RGB (Red+Green+Blue) = 82+116+129=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #527481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527481 is #AD8B7E. Grayscale: #6B6B6B. Windows color (decimal): -11373439 or 8483922. OLE color: 8483922.

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

Color convert

RGB 82 116 129 -
CMYK 0.36 0.10 0 0.49
HSL 196.6º 0.22% 0.41% -
HSV(B) 196.6º 0.36% 0.51% -
XYZ 13.69 15.87 23.11 -
YUV 107.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 82 116 129 0.36 0.10 0 0.49 196.6 0.22 0.41
Hex 52 74 81 24 A 0 31 C5 16 29
Octal 122 164 201 44 12 0 61 305 26 51
Binary 1010010 1110100 10000001 100100 1010 0 110001 11000101 10110 101001

Color Harmonies of #527481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527481

Black with #527481

Text Example


Text Example

White with #527481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527481; }

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

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

background-color css

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

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

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

border-color css

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

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

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