#52626B

Color #52626B Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #52626B

Tints of Fiord #52626B

Color information

#52626B (or 0x52626B) is unknown color: approx Fiord. HEX triplet: 52, 62 and 6B. RGB value is (82,98,107). Sum of RGB (Red+Green+Blue) = 82+98+107=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #52626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626B is #AD9D94. Grayscale: #5E5E5E. Windows color (decimal): -11378069 or 7037522. OLE color: 7037522.

HSL color Cylindrical-coordinate representation of color #52626B: hue angle of 201.6º 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 #52626B is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8298107-
CMYK0.230.0800.58
HSL201.6º13.23%37.06%-
HSV(B)201.6º23.36%41.96%-
XYZ10.511.5915.59-
YUV94.24135.2119.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=28.57%
G=34.15%
B=37.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82981070.230.0800.58201.613.2337.06
Hex52626B17803Acad25
Octal12214215327100723121545
Binary1010010110001011010111011110000111010110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52626B;
 }
 .AnyTagClassName
 {
   color: #52626B;
 }
</style>
background-color css

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

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

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

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

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

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