Html Css Color HEX #52626D Fiord

📋 copy color: '#52626D'

red 82 ◦ green 98 ◦ blue 109

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

Shades of Fiord #52626D

Tints of Fiord #52626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

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

R = 28.37%
G = 33.91%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52626D (or 0x52626D) is known color: Fiord. HEX triplet: 52, 62 and 6D. RGB value is (82,98,109). Sum of RGB (Red+Green+Blue) = 82+98+109=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #52626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626D is #AD9D92. Grayscale: #5E5E5E. Windows color (decimal): -11378067 or 7168594. OLE color: 7168594.

HSL color Cylindrical-coordinate representation of color #52626D: hue angle of 204.44º 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 #52626D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 98 109 -
CMYK 0.25 0.10 0 0.57
HSL 204.44º 0.14% 0.37% -
HSV(B) 204.44º 0.25% 0.43% -
XYZ 10.61 11.63 16.15 -
YUV 94.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 82 98 109 0.25 0.10 0 0.57 204.44 0.14 0.37
Hex 52 62 6D 19 A 0 39 CC E 25
Octal 122 142 155 31 12 0 71 314 16 45
Binary 1010010 1100010 1101101 11001 1010 0 111001 11001100 1110 100101

Color Harmonies of #52626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52626D

Black with #52626D

Text Example


Text Example

White with #52626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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