Html Css Color HEX #52646F Fiord

📋 copy color: '#52646F'

red 82 ◦ green 100 ◦ blue 111

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

Shades of Fiord #52646F

Tints of Fiord #52646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 27.99%
G = 34.13%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52646F (or 0x52646F) is known color: Fiord. HEX triplet: 52, 64 and 6F. RGB value is (82,100,111). Sum of RGB (Red+Green+Blue) = 82+100+111=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #52646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646F is #AD9B90. Grayscale: #5F5F5F. Windows color (decimal): -11377553 or 7300178. OLE color: 7300178.

HSL color Cylindrical-coordinate representation of color #52646F: hue angle of 202.76º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52646F is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 100 111 -
CMYK 0.26 0.10 0 0.56
HSL 202.76º 0.15% 0.38% -
HSV(B) 202.76º 0.26% 0.44% -
XYZ 10.91 12.06 16.79 -
YUV 95.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 82 100 111 0.26 0.10 0 0.56 202.76 0.15 0.38
Hex 52 64 6F 1A A 0 38 CB F 26
Octal 122 144 157 32 12 0 70 313 17 46
Binary 1010010 1100100 1101111 11010 1010 0 111000 11001011 1111 100110

Color Harmonies of #52646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52646F

Black with #52646F

Text Example


Text Example

White with #52646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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