Html Css Color HEX #52737F Bismark

📋 copy color: '#52737F'

red 82 ◦ green 115 ◦ blue 127

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

Shades of Bismark #52737F

Tints of Bismark #52737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.2%

R = 25.31%
G = 35.49%
B = 39.2%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52737F (or 0x52737F) is known color: Bismark. HEX triplet: 52, 73 and 7F. RGB value is (82,115,127). Sum of RGB (Red+Green+Blue) = 82+115+127=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #52737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52737F is #AD8C80. Grayscale: #6A6A6A. Windows color (decimal): -11373697 or 8352594. OLE color: 8352594.

HSL color Cylindrical-coordinate representation of color #52737F: hue angle of 196º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52737F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 115 127 -
CMYK 0.35 0.09 0 0.50
HSL 196º 0.22% 0.41% -
HSV(B) 196º 0.35% 0.5% -
XYZ 13.44 15.59 22.38 -
YUV 106.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 82 115 127 0.35 0.09 0 0.50 196 0.22 0.41
Hex 52 73 7F 23 9 0 32 C4 16 29
Octal 122 163 177 43 11 0 62 304 26 51
Binary 1010010 1110011 1111111 100011 1001 0 110010 11000100 10110 101001

Color Harmonies of #52737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52737F

Black with #52737F

Text Example


Text Example

White with #52737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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