Html Css Color HEX #52737A Bismark

📋 copy color: '#52737A'

red 82 ◦ green 115 ◦ blue 122

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

Shades of Bismark #52737A

Tints of Bismark #52737A

RGB

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

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

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

R = 25.71%
G = 36.05%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52737A (or 0x52737A) is known color: Bismark. HEX triplet: 52, 73 and 7A. RGB value is (82,115,122). Sum of RGB (Red+Green+Blue) = 82+115+122=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #52737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52737A is #AD8C85. Grayscale: #696969. Windows color (decimal): -11373702 or 8024914. OLE color: 8024914.

HSL color Cylindrical-coordinate representation of color #52737A: hue angle of 190.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 #52737A is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 115 122 -
CMYK 0.33 0.06 0 0.52
HSL 190.5º 0.2% 0.4% -
HSV(B) 190.5º 0.33% 0.48% -
XYZ 13.12 15.46 20.7 -
YUV 105.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 82 115 122 0.33 0.06 0 0.52 190.5 0.2 0.4
Hex 52 73 7A 21 6 0 34 BE 14 28
Octal 122 163 172 41 6 0 64 276 24 50
Binary 1010010 1110011 1111010 100001 110 0 110100 10111110 10100 101000

Color Harmonies of #52737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52737A

Black with #52737A

Text Example


Text Example

White with #52737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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