Html Css Color HEX #52697A Bismark

📋 copy color: '#52697A'

red 82 ◦ green 105 ◦ blue 122

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

Shades of Bismark #52697A

Tints of Bismark #52697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 26.54%
G = 33.98%
B = 39.48%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52697A (or 0x52697A) is known color: Bismark. HEX triplet: 52, 69 and 7A. RGB value is (82,105,122). Sum of RGB (Red+Green+Blue) = 82+105+122=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #52697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52697A is #AD9685. Grayscale: #636363. Windows color (decimal): -11376262 or 8022354. OLE color: 8022354.

HSL color Cylindrical-coordinate representation of color #52697A: hue angle of 205.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52697A is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 105 122 -
CMYK 0.33 0.14 0 0.52
HSL 205.5º 0.2% 0.4% -
HSV(B) 205.5º 0.33% 0.48% -
XYZ 12.04 13.3 20.35 -
YUV 100.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 82 105 122 0.33 0.14 0 0.52 205.5 0.2 0.4
Hex 52 69 7A 21 E 0 34 CE 14 28
Octal 122 151 172 41 16 0 64 316 24 50
Binary 1010010 1101001 1111010 100001 1110 0 110100 11001110 10100 101000

Color Harmonies of #52697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52697A

Black with #52697A

Text Example


Text Example

White with #52697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52697A; }

 p { color: rgb(82,105,122); }

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

background-color css

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

 a { background-color: rgb(82,105,122); }

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

border-color css

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

 span { border-color: rgb(82,105,122); }

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