Html Css Color HEX #527081 Bismark

📋 copy color: '#527081'

red 82 ◦ green 112 ◦ blue 129

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

Shades of Bismark #527081

Tints of Bismark #527081

RGB

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

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

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

R = 25.39%
G = 34.67%
B = 39.94%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527081 (or 0x527081) is known color: Bismark. HEX triplet: 52, 70 and 81. RGB value is (82,112,129). Sum of RGB (Red+Green+Blue) = 82+112+129=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #527081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527081 is #AD8F7E. Grayscale: #686868. Windows color (decimal): -11374463 or 8482898. OLE color: 8482898.

HSL color Cylindrical-coordinate representation of color #527081: hue angle of 201.7º 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 #527081 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 112 129 -
CMYK 0.36 0.13 0 0.49
HSL 201.7º 0.22% 0.41% -
HSV(B) 201.7º 0.36% 0.51% -
XYZ 13.24 14.97 22.96 -
YUV 104.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 82 112 129 0.36 0.13 0 0.49 201.7 0.22 0.41
Hex 52 70 81 24 D 0 31 CA 16 29
Octal 122 160 201 44 15 0 61 312 26 51
Binary 1010010 1110000 10000001 100100 1101 0 110001 11001010 10110 101001

Color Harmonies of #527081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527081

Black with #527081

Text Example


Text Example

White with #527081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527081; }

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

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

background-color css

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

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

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

border-color css

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

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

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