#536167

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

Shades of Fiord #536167

Tints of Fiord #536167

Color information

#536167 (or 0x536167) is unknown color: approx Fiord. HEX triplet: 53, 61 and 67. RGB value is (83,97,103). Sum of RGB (Red+Green+Blue) = 83+97+103=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #536167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536167 is #AC9E98. Grayscale: #5D5D5D. Windows color (decimal): -11312793 or 6775123. OLE color: 6775123.

HSL color Cylindrical-coordinate representation of color #536167: hue angle of 198º degrees, saturation: 0.11, 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 #536167 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8397103-
CMYK0.190.0600.60
HSL198º10.75%36.47%-
HSV(B)198º19.42%40.39%-
XYZ10.2911.3714.48-
YUV93.5133.36120.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=29.33%
G=34.28%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83971030.190.0600.6019810.7536.47
Hex53616713603Cc6b24
Octal1231411472360743061344
Binary101001111000011100111100111100111100110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536167; }

 p { color: rgb(83,97,103); }

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

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

 a { background-color: rgb(83,97,103); }

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

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

 span { border-color: rgb(83,97,103); }

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