Html Css Color HEX #52646D Fiord

📋 copy color: '#52646D'

red 82 ◦ green 100 ◦ blue 109

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

Shades of Fiord #52646D

Tints of Fiord #52646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 28.18%
G = 34.36%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52646D (or 0x52646D) is known color: Fiord. HEX triplet: 52, 64 and 6D. RGB value is (82,100,109). Sum of RGB (Red+Green+Blue) = 82+100+109=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #52646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646D is #AD9B92. Grayscale: #5F5F5F. Windows color (decimal): -11377555 or 7169106. OLE color: 7169106.

HSL color Cylindrical-coordinate representation of color #52646D: hue angle of 200º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52646D is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 100 109 -
CMYK 0.25 0.08 0 0.57
HSL 200º 0.14% 0.37% -
HSV(B) 200º 0.25% 0.43% -
XYZ 10.8 12.01 16.22 -
YUV 95.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 82 100 109 0.25 0.08 0 0.57 200 0.14 0.37
Hex 52 64 6D 19 8 0 39 C8 E 25
Octal 122 144 155 31 10 0 71 310 16 45
Binary 1010010 1100100 1101101 11001 1000 0 111001 11001000 1110 100101

Color Harmonies of #52646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52646D

Black with #52646D

Text Example


Text Example

White with #52646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,100,109); }

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

background-color css

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

 a { background-color: rgb(82,100,109); }

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

border-color css

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

 span { border-color: rgb(82,100,109); }

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