Html Css Color HEX #527383 Bismark

📋 copy color: '#527383'

red 82 ◦ green 115 ◦ blue 131

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

Shades of Bismark #527383

Tints of Bismark #527383

RGB

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

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

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

R = 25%
G = 35.06%
B = 39.94%

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

#527383 (or 0x527383) is known color: Bismark. HEX triplet: 52, 73 and 83. RGB value is (82,115,131). Sum of RGB (Red+Green+Blue) = 82+115+131=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #527383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527383 is #AD8C7C. Grayscale: #6A6A6A. Windows color (decimal): -11373693 or 8614738. OLE color: 8614738.

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

Color convert

RGB 82 115 131 -
CMYK 0.37 0.12 0 0.49
HSL 199.59º 0.23% 0.42% -
HSV(B) 199.59º 0.37% 0.51% -
XYZ 13.71 15.69 23.78 -
YUV 106.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 82 115 131 0.37 0.12 0 0.49 199.59 0.23 0.42
Hex 52 73 83 25 C 0 31 C8 17 2A
Octal 122 163 203 45 14 0 61 310 27 52
Binary 1010010 1110011 10000011 100101 1100 0 110001 11001000 10111 101010

Color Harmonies of #527383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527383

Black with #527383

Text Example


Text Example

White with #527383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527383; }

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

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

background-color css

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

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

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

border-color css

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

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

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