#526066

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

Shades of Fiord #526066

Tints of Fiord #526066

Color information

#526066 (or 0x526066) is unknown color: approx Fiord. HEX triplet: 52, 60 and 66. RGB value is (82,96,102). Sum of RGB (Red+Green+Blue) = 82+96+102=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #526066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526066 is #AD9F99. Grayscale: #5C5C5C. Windows color (decimal): -11378586 or 6709330. OLE color: 6709330.

HSL color Cylindrical-coordinate representation of color #526066: hue angle of 198º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526066 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8296102-
CMYK0.200.0600.6
HSL198º10.87%36.08%-
HSV(B)198º19.61%40%-
XYZ10.0611.1214.19-
YUV92.5133.36120.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=29.29%
G=34.29%
B=36.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82961020.200.0600.619810.8736.08
Hex52606614603Cc6b24
Octal1221401462460743061344
Binary101001011000001100110101001100111100110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526066; }

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

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

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

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

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

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

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

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