Html Css Color HEX #535A5E Fiord

📋 copy color: '#535A5E'

red 83 ◦ green 90 ◦ blue 94

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

Shades of Fiord #535A5E

Tints of Fiord #535A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 31.09%
G = 33.71%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#535A5E (or 0x535A5E) is known color: Fiord. HEX triplet: 53, 5A and 5E. RGB value is (83,90,94). Sum of RGB (Red+Green+Blue) = 83+90+94=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 94 - color contains mainly: blue. Hex color #535A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5E is #ACA5A1. Grayscale: #585858. Windows color (decimal): -11314594 or 6183507. OLE color: 6183507.

HSL color Cylindrical-coordinate representation of color #535A5E: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535A5E is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 90 94 -
CMYK 0.12 0.04 0 0.63
HSL 201.82º 0.06% 0.35% -
HSV(B) 201.82º 0.12% 0.37% -
XYZ 9.24 9.96 12.02 -
YUV 88.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 83 90 94 0.12 0.04 0 0.63 201.82 0.06 0.35
Hex 53 5A 5E C 4 0 3F CA 6 23
Octal 123 132 136 14 4 0 77 312 6 43
Binary 1010011 1011010 1011110 1100 100 0 111111 11001010 110 100011

Color Harmonies of #535A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A5E

Black with #535A5E

Text Example


Text Example

White with #535A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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