Html Css Color HEX #52606B Fiord

📋 copy color: '#52606B'

red 82 ◦ green 96 ◦ blue 107

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

Shades of Fiord #52606B

Tints of Fiord #52606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 28.77%
G = 33.68%
B = 37.54%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52606B (or 0x52606B) is known color: Fiord. HEX triplet: 52, 60 and 6B. RGB value is (82,96,107). Sum of RGB (Red+Green+Blue) = 82+96+107=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #52606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606B is #AD9F94. Grayscale: #5D5D5D. Windows color (decimal): -11378581 or 7037010. OLE color: 7037010.

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

Color convert

RGB 82 96 107 -
CMYK 0.23 0.10 0 0.58
HSL 206.4º 0.13% 0.37% -
HSV(B) 206.4º 0.23% 0.42% -
XYZ 10.32 11.22 15.53 -
YUV 93.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 82 96 107 0.23 0.10 0 0.58 206.4 0.13 0.37
Hex 52 60 6B 17 A 0 3A CE D 25
Octal 122 140 153 27 12 0 72 316 15 45
Binary 1010010 1100000 1101011 10111 1010 0 111010 11001110 1101 100101

Color Harmonies of #52606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52606B

Black with #52606B

Text Example


Text Example

White with #52606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52606B; }

 p { color: rgb(82,96,107); }

 H1.HeaderClassName
 {
   color: #52606B;
 }
 .AnyTagClassName
 {
   color: #52606B;
 }
</style>

background-color css

<style>
 a { background-color: #52606B; }

 a { background-color: rgb(82,96,107); }

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

border-color css

<style>
 span { border-color: #52606B; }

 span { border-color: rgb(82,96,107); }

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