Html Css Color HEX #527483 Bismark

📋 copy color: '#527483'

red 82 ◦ green 116 ◦ blue 131

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

Shades of Bismark #527483

Tints of Bismark #527483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 24.92%
G = 35.26%
B = 39.82%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527483 (or 0x527483) is known color: Bismark. HEX triplet: 52, 74 and 83. RGB value is (82,116,131). Sum of RGB (Red+Green+Blue) = 82+116+131=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #527483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527483 is #AD8B7C. Grayscale: #6B6B6B. Windows color (decimal): -11373437 or 8614994. OLE color: 8614994.

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

Color convert

RGB 82 116 131 -
CMYK 0.37 0.11 0 0.49
HSL 198.37º 0.23% 0.42% -
HSV(B) 198.37º 0.37% 0.51% -
XYZ 13.82 15.92 23.82 -
YUV 107.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 82 116 131 0.37 0.11 0 0.49 198.37 0.23 0.42
Hex 52 74 83 25 B 0 31 C6 17 2A
Octal 122 164 203 45 13 0 61 306 27 52
Binary 1010010 1110100 10000011 100101 1011 0 110001 11000110 10111 101010

Color Harmonies of #527483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527483

Black with #527483

Text Example


Text Example

White with #527483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527483; }

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

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

background-color css

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

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

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

border-color css

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

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

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