Html Css Color HEX #535B62 Fiord

📋 copy color: '#535B62'

red 83 ◦ green 91 ◦ blue 98

#535B62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #535B62

Tints of Fiord #535B62

RGB

 RED value IS 83 (32.81% from 255) = 30.51%

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 30.51%
G = 33.46%
B = 36.03%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535B62 (or 0x535B62) is known color: Fiord. HEX triplet: 53, 5B and 62. RGB value is (83,91,98). Sum of RGB (Red+Green+Blue) = 83+91+98=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #535B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B62 is #ACA49D. Grayscale: #595959. Windows color (decimal): -11314334 or 6445907. OLE color: 6445907.

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

Color convert

RGB 83 91 98 -
CMYK 0.15 0.07 0 0.62
HSL 208º 0.08% 0.35% -
HSV(B) 208º 0.15% 0.38% -
XYZ 9.51 10.2 13.02 -
YUV 89.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 83 91 98 0.15 0.07 0 0.62 208 0.08 0.35
Hex 53 5B 62 F 7 0 3E D0 8 23
Octal 123 133 142 17 7 0 76 320 10 43
Binary 1010011 1011011 1100010 1111 111 0 111110 11010000 1000 100011

Color Harmonies of #535B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B62

Black with #535B62

Text Example


Text Example

White with #535B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #535B62;
 }
 .AnyTagClassName
 {
   color: #535B62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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