#536269

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

Shades of Fiord #536269

Tints of Fiord #536269

Color information

#536269 (or 0x536269) is unknown color: approx Fiord. HEX triplet: 53, 62 and 69. RGB value is (83,98,105). Sum of RGB (Red+Green+Blue) = 83+98+105=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #536269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536269 is #AC9D96. Grayscale: #5E5E5E. Windows color (decimal): -11312535 or 6906451. OLE color: 6906451.

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

Color convert

RGB8398105-
CMYK0.210.0700.59
HSL199.09º11.7%36.86%-
HSV(B)199.09º20.95%41.18%-
XYZ10.4811.5915.05-
YUV94.31134.03119.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=29.02%
G=34.27%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83981050.210.0700.59199.0911.736.86
Hex53626915703Bc7c25
Octal1231421512570733071445
Binary101001111000101101001101011110111011110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536269; }

 p { color: rgb(83,98,105); }

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

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

 a { background-color: rgb(83,98,105); }

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

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

 span { border-color: rgb(83,98,105); }

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