Html Css Color HEX #527075 Bismark

📋 copy color: '#527075'

red 82 ◦ green 112 ◦ blue 117

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

Shades of Bismark #527075

Tints of Bismark #527075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 26.37%
G = 36.01%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#527075 (or 0x527075) is known color: Bismark. HEX triplet: 52, 70 and 75. RGB value is (82,112,117). Sum of RGB (Red+Green+Blue) = 82+112+117=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #527075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527075 is #AD8F8A. Grayscale: #676767. Windows color (decimal): -11374475 or 7696466. OLE color: 7696466.

HSL color Cylindrical-coordinate representation of color #527075: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527075 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 112 117 -
CMYK 0.30 0.04 0 0.54
HSL 188.57º 0.18% 0.39% -
HSV(B) 188.57º 0.3% 0.46% -
XYZ 12.48 14.67 19 -
YUV 103.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 82 112 117 0.30 0.04 0 0.54 188.57 0.18 0.39
Hex 52 70 75 1E 4 0 36 BD 12 27
Octal 122 160 165 36 4 0 66 275 22 47
Binary 1010010 1110000 1110101 11110 100 0 110110 10111101 10010 100111

Color Harmonies of #527075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527075

Black with #527075

Text Example


Text Example

White with #527075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527075; }

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

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

background-color css

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

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

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

border-color css

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

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

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