#535C62

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

Shades of Fiord #535C62

Tints of Fiord #535C62

Color information

#535C62 (or 0x535C62) is unknown color: approx Fiord. HEX triplet: 53, 5C and 62. RGB value is (83,92,98). Sum of RGB (Red+Green+Blue) = 83+92+98=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #535C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C62 is #ACA39D. Grayscale: #595959. Windows color (decimal): -11314078 or 6446163. OLE color: 6446163.

HSL color Cylindrical-coordinate representation of color #535C62: hue angle of 204º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #535C62 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839298-
CMYK0.150.0600.62
HSL204º8.29%35.49%-
HSV(B)204º15.31%38.43%-
XYZ9.610.3813.05-
YUV89.99132.52123.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=30.40%
G=33.70%
B=35.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8392980.150.0600.622048.2935.49
Hex535C62F603Ecc823
Octal1231341421760763141043
Binary10100111011100110001011111100111110110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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