Html Css Color HEX #52585D Fiord

📋 copy color: '#52585D'

red 82 ◦ green 88 ◦ blue 93

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

Shades of Fiord #52585D

Tints of Fiord #52585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 31.18%
G = 33.46%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52585D (or 0x52585D) is known color: Fiord. HEX triplet: 52, 58 and 5D. RGB value is (82,88,93). Sum of RGB (Red+Green+Blue) = 82+88+93=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #52585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52585D is #ADA7A2. Grayscale: #565656. Windows color (decimal): -11380643 or 6117458. OLE color: 6117458.

HSL color Cylindrical-coordinate representation of color #52585D: hue angle of 207.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52585D is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 88 93 -
CMYK 0.12 0.05 0 0.64
HSL 207.27º 0.06% 0.34% -
HSV(B) 207.27º 0.12% 0.36% -
XYZ 8.95 9.56 11.73 -
YUV 86.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 82 88 93 0.12 0.05 0 0.64 207.27 0.06 0.34
Hex 52 58 5D C 5 0 40 CF 6 22
Octal 122 130 135 14 5 0 100 317 6 42
Binary 1010010 1011000 1011101 1100 101 0 1000000 11001111 110 100010

Color Harmonies of #52585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52585D

Black with #52585D

Text Example


Text Example

White with #52585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,88,93); }

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

background-color css

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

 a { background-color: rgb(82,88,93); }

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

border-color css

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

 span { border-color: rgb(82,88,93); }

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