#535D62

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

Shades of Fiord #535D62

Tints of Fiord #535D62

Color information

#535D62 (or 0x535D62) is unknown color: approx Fiord. HEX triplet: 53, 5D and 62. RGB value is (83,93,98). Sum of RGB (Red+Green+Blue) = 83+93+98=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #535D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D62 is #ACA29D. Grayscale: #5A5A5A. Windows color (decimal): -11313822 or 6446419. OLE color: 6446419.

HSL color Cylindrical-coordinate representation of color #535D62: hue angle of 200º 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 #535D62 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839398-
CMYK0.150.0500.62
HSL200º8.29%35.49%-
HSV(B)200º15.31%38.43%-
XYZ9.6910.5513.08-
YUV90.58132.19122.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=30.29%
G=33.94%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8393980.150.0500.622008.2935.49
Hex535D62F503Ec8823
Octal1231351421750763101043
Binary10100111011101110001011111010111110110010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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