Html Css Color HEX #52757D Bismark

📋 copy color: '#52757D'

red 82 ◦ green 117 ◦ blue 125

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

Shades of Bismark #52757D

Tints of Bismark #52757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 25.31%
G = 36.11%
B = 38.58%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52757D (or 0x52757D) is known color: Bismark. HEX triplet: 52, 75 and 7D. RGB value is (82,117,125). Sum of RGB (Red+Green+Blue) = 82+117+125=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #52757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52757D is #AD8A82. Grayscale: #6B6B6B. Windows color (decimal): -11373187 or 8222034. OLE color: 8222034.

HSL color Cylindrical-coordinate representation of color #52757D: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52757D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 117 125 -
CMYK 0.34 0.06 0 0.51
HSL 191.16º 0.21% 0.41% -
HSV(B) 191.16º 0.34% 0.49% -
XYZ 13.54 16 21.78 -
YUV 107.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 82 117 125 0.34 0.06 0 0.51 191.16 0.21 0.41
Hex 52 75 7D 22 6 0 33 BF 15 29
Octal 122 165 175 42 6 0 63 277 25 51
Binary 1010010 1110101 1111101 100010 110 0 110011 10111111 10101 101001

Color Harmonies of #52757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52757D

Black with #52757D

Text Example


Text Example

White with #52757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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