Html Css Color HEX #52616C Fiord

📋 copy color: '#52616C'

red 82 ◦ green 97 ◦ blue 108

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

Shades of Fiord #52616C

Tints of Fiord #52616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 28.57%
G = 33.8%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52616C (or 0x52616C) is known color: Fiord. HEX triplet: 52, 61 and 6C. RGB value is (82,97,108). Sum of RGB (Red+Green+Blue) = 82+97+108=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #52616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616C is #AD9E93. Grayscale: #5D5D5D. Windows color (decimal): -11378324 or 7102802. OLE color: 7102802.

HSL color Cylindrical-coordinate representation of color #52616C: hue angle of 205.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52616C is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 97 108 -
CMYK 0.24 0.10 0 0.58
HSL 205.38º 0.14% 0.37% -
HSV(B) 205.38º 0.24% 0.42% -
XYZ 10.46 11.43 15.84 -
YUV 93.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 82 97 108 0.24 0.10 0 0.58 205.38 0.14 0.37
Hex 52 61 6C 18 A 0 3A CD E 25
Octal 122 141 154 30 12 0 72 315 16 45
Binary 1010010 1100001 1101100 11000 1010 0 111010 11001101 1110 100101

Color Harmonies of #52616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52616C

Black with #52616C

Text Example


Text Example

White with #52616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52616C; }

 p { color: rgb(82,97,108); }

 H1.HeaderClassName
 {
   color: #52616C;
 }
 .AnyTagClassName
 {
   color: #52616C;
 }
</style>

background-color css

<style>
 a { background-color: #52616C; }

 a { background-color: rgb(82,97,108); }

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

border-color css

<style>
 span { border-color: #52616C; }

 span { border-color: rgb(82,97,108); }

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