#536268

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

Shades of Fiord #536268

Tints of Fiord #536268

Color information

#536268 (or 0x536268) is unknown color: approx Fiord. HEX triplet: 53, 62 and 68. RGB value is (83,98,104). Sum of RGB (Red+Green+Blue) = 83+98+104=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #536268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536268 is #AC9D97. Grayscale: #5E5E5E. Windows color (decimal): -11312536 or 6840915. OLE color: 6840915.

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

Color convert

RGB8398104-
CMYK0.200.0600.59
HSL197.14º11.23%36.67%-
HSV(B)197.14º20.19%40.78%-
XYZ10.4311.5714.78-
YUV94.2133.53120.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=29.12%
G=34.39%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83981040.200.0600.59197.1411.2336.67
Hex53626814603Bc5b25
Octal1231421502460733051345
Binary101001111000101101000101001100111011110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536268; }

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

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

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

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

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

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

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

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