#526069

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

Shades of Fiord #526069

Tints of Fiord #526069

Color information

#526069 (or 0x526069) is unknown color: approx Fiord. HEX triplet: 52, 60 and 69. RGB value is (82,96,105). Sum of RGB (Red+Green+Blue) = 82+96+105=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #526069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526069 is #AD9F96. Grayscale: #5C5C5C. Windows color (decimal): -11378583 or 6905938. OLE color: 6905938.

HSL color Cylindrical-coordinate representation of color #526069: hue angle of 203.48º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526069 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8296105-
CMYK0.220.0900.59
HSL203.48º12.3%36.67%-
HSV(B)203.48º21.9%41.18%-
XYZ10.2111.1814.98-
YUV92.84134.86120.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=28.98%
G=33.92%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82961050.220.0900.59203.4812.336.67
Hex52606916903Bcbc25
Octal12214015126110733131445
Binary1010010110000011010011011010010111011110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526069; }

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

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

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

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

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

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

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

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