Html Css Color HEX #526A75 Bismark

📋 copy color: '#526A75'

red 82 ◦ green 106 ◦ blue 117

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

Shades of Bismark #526A75

Tints of Bismark #526A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

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

R = 26.89%
G = 34.75%
B = 38.36%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526A75 (or 0x526A75) is known color: Bismark. HEX triplet: 52, 6A and 75. RGB value is (82,106,117). Sum of RGB (Red+Green+Blue) = 82+106+117=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #526A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A75 is #AD958A. Grayscale: #646464. Windows color (decimal): -11376011 or 7694930. OLE color: 7694930.

HSL color Cylindrical-coordinate representation of color #526A75: hue angle of 198.86º 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 #526A75 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 106 117 -
CMYK 0.30 0.09 0 0.54
HSL 198.86º 0.18% 0.39% -
HSV(B) 198.86º 0.3% 0.46% -
XYZ 11.84 13.39 18.79 -
YUV 100.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 82 106 117 0.30 0.09 0 0.54 198.86 0.18 0.39
Hex 52 6A 75 1E 9 0 36 C7 12 27
Octal 122 152 165 36 11 0 66 307 22 47
Binary 1010010 1101010 1110101 11110 1001 0 110110 11000111 10010 100111

Color Harmonies of #526A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A75

Black with #526A75

Text Example


Text Example

White with #526A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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