#535D66

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

Shades of Fiord #535D66

Tints of Fiord #535D66

Color information

#535D66 (or 0x535D66) is unknown color: approx Fiord. HEX triplet: 53, 5D and 66. RGB value is (83,93,102). Sum of RGB (Red+Green+Blue) = 83+93+102=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #535D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D66 is #ACA299. Grayscale: #5A5A5A. Windows color (decimal): -11313818 or 6708563. OLE color: 6708563.

HSL color Cylindrical-coordinate representation of color #535D66: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535D66 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8393102-
CMYK0.190.0900.6
HSL208.42º10.27%36.27%-
HSV(B)208.42º18.63%40%-
XYZ9.8810.6314.1-
YUV91.04134.19122.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=29.86%
G=33.45%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83931020.190.0900.6208.4210.2736.27
Hex535D6613903Cd0a24
Octal12313514623110743201244
Binary1010011101110111001101001110010111100110100001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D66; }

 p { color: rgb(83,93,102); }

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

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

 a { background-color: rgb(83,93,102); }

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

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

 span { border-color: rgb(83,93,102); }

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