#536068

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

Shades of Fiord #536068

Tints of Fiord #536068

Color information

#536068 (or 0x536068) is unknown color: approx Fiord. HEX triplet: 53, 60 and 68. RGB value is (83,96,104). Sum of RGB (Red+Green+Blue) = 83+96+104=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #536068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536068 is #AC9F97. Grayscale: #5C5C5C. Windows color (decimal): -11313048 or 6840403. OLE color: 6840403.

HSL color Cylindrical-coordinate representation of color #536068: hue angle of 202.86º 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 #536068 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8396104-
CMYK0.200.0800.59
HSL202.86º11.23%36.67%-
HSV(B)202.86º20.19%40.78%-
XYZ10.2511.214.72-
YUV93.02134.19120.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=29.33%
G=33.92%
B=36.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83961040.200.0800.59202.8611.2336.67
Hex53606814803Bcbb25
Octal12314015024100733131345
Binary1010011110000011010001010010000111011110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536068; }

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

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

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

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

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

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

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

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