Html Css Color HEX #527378 Bismark

📋 copy color: '#527378'

red 82 ◦ green 115 ◦ blue 120

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

Shades of Bismark #527378

Tints of Bismark #527378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 25.87%
G = 36.28%
B = 37.85%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527378 (or 0x527378) is known color: Bismark. HEX triplet: 52, 73 and 78. RGB value is (82,115,120). Sum of RGB (Red+Green+Blue) = 82+115+120=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #527378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527378 is #AD8C87. Grayscale: #696969. Windows color (decimal): -11373704 or 7893842. OLE color: 7893842.

HSL color Cylindrical-coordinate representation of color #527378: hue angle of 187.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527378 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 115 120 -
CMYK 0.32 0.04 0 0.53
HSL 187.89º 0.19% 0.4% -
HSV(B) 187.89º 0.32% 0.47% -
XYZ 13 15.41 20.06 -
YUV 105.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 82 115 120 0.32 0.04 0 0.53 187.89 0.19 0.4
Hex 52 73 78 20 4 0 35 BC 13 28
Octal 122 163 170 40 4 0 65 274 23 50
Binary 1010010 1110011 1111000 100000 100 0 110101 10111100 10011 101000

Color Harmonies of #527378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527378

Black with #527378

Text Example


Text Example

White with #527378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527378; }

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

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

background-color css

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

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

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

border-color css

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

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

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