Html Css Color HEX #535E62 Fiord

📋 copy color: '#535E62'

red 83 ◦ green 94 ◦ blue 98

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

Shades of Fiord #535E62

Tints of Fiord #535E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.18%

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

R = 30.18%
G = 34.18%
B = 35.64%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535E62 (or 0x535E62) is known color: Fiord. HEX triplet: 53, 5E and 62. RGB value is (83,94,98). Sum of RGB (Red+Green+Blue) = 83+94+98=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #535E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E62 is #ACA19D. Grayscale: #5B5B5B. Windows color (decimal): -11313566 or 6446675. OLE color: 6446675.

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

Color convert

RGB 83 94 98 -
CMYK 0.15 0.04 0 0.62
HSL 196º 0.08% 0.35% -
HSV(B) 196º 0.15% 0.38% -
XYZ 9.77 10.73 13.11 -
YUV 91.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 83 94 98 0.15 0.04 0 0.62 196 0.08 0.35
Hex 53 5E 62 F 4 0 3E C4 8 23
Octal 123 136 142 17 4 0 76 304 10 43
Binary 1010011 1011110 1100010 1111 100 0 111110 11000100 1000 100011

Color Harmonies of #535E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E62

Black with #535E62

Text Example


Text Example

White with #535E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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