#535C63

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

Shades of Fiord #535C63

Tints of Fiord #535C63

Color information

#535C63 (or 0x535C63) is unknown color: approx Fiord. HEX triplet: 53, 5C and 63. RGB value is (83,92,99). Sum of RGB (Red+Green+Blue) = 83+92+99=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #535C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C63 is #ACA39C. Grayscale: #5A5A5A. Windows color (decimal): -11314077 or 6511699. OLE color: 6511699.

HSL color Cylindrical-coordinate representation of color #535C63: hue angle of 206.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535C63 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB839299-
CMYK0.160.0700.61
HSL206.25º8.79%35.69%-
HSV(B)206.25º16.16%38.82%-
XYZ9.6510.3913.3-
YUV90.11133.02122.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=30.29%
G=33.58%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8392990.160.0700.61206.258.7935.69
Hex535C6310703Dce924
Octal1231341432070753161144
Binary101001110111001100011100001110111101110011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,99); }

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

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

 a { background-color: rgb(83,92,99); }

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

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

 span { border-color: rgb(83,92,99); }

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