Html Css Color HEX #527382 Bismark

📋 copy color: '#527382'

red 82 ◦ green 115 ◦ blue 130

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

Shades of Bismark #527382

Tints of Bismark #527382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 25.08%
G = 35.17%
B = 39.76%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527382 (or 0x527382) is known color: Bismark. HEX triplet: 52, 73 and 82. RGB value is (82,115,130). Sum of RGB (Red+Green+Blue) = 82+115+130=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #527382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527382 is #AD8C7D. Grayscale: #6A6A6A. Windows color (decimal): -11373694 or 8549202. OLE color: 8549202.

HSL color Cylindrical-coordinate representation of color #527382: hue angle of 198.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527382 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 115 130 -
CMYK 0.37 0.12 0 0.49
HSL 198.75º 0.23% 0.42% -
HSV(B) 198.75º 0.37% 0.51% -
XYZ 13.64 15.67 23.42 -
YUV 106.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 82 115 130 0.37 0.12 0 0.49 198.75 0.23 0.42
Hex 52 73 82 25 C 0 31 C7 17 2A
Octal 122 163 202 45 14 0 61 307 27 52
Binary 1010010 1110011 10000010 100101 1100 0 110001 11000111 10111 101010

Color Harmonies of #527382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527382

Black with #527382

Text Example


Text Example

White with #527382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527382; }

 p { color: rgb(82,115,130); }

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

background-color css

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

 a { background-color: rgb(82,115,130); }

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

border-color css

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

 span { border-color: rgb(82,115,130); }

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