Html Css Color HEX #535E68 Fiord

📋 copy color: '#535E68'

red 83 ◦ green 94 ◦ blue 104

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

Shades of Fiord #535E68

Tints of Fiord #535E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 29.54%
G = 33.45%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535E68 (or 0x535E68) is known color: Fiord. HEX triplet: 53, 5E and 68. RGB value is (83,94,104). Sum of RGB (Red+Green+Blue) = 83+94+104=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #535E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E68 is #ACA197. Grayscale: #5B5B5B. Windows color (decimal): -11313560 or 6839891. OLE color: 6839891.

HSL color Cylindrical-coordinate representation of color #535E68: hue angle of 208.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535E68 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 94 104 -
CMYK 0.20 0.10 0 0.59
HSL 208.57º 0.11% 0.37% -
HSV(B) 208.57º 0.2% 0.41% -
XYZ 10.07 10.84 14.66 -
YUV 91.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 83 94 104 0.20 0.10 0 0.59 208.57 0.11 0.37
Hex 53 5E 68 14 A 0 3B D1 B 25
Octal 123 136 150 24 12 0 73 321 13 45
Binary 1010011 1011110 1101000 10100 1010 0 111011 11010001 1011 100101

Color Harmonies of #535E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E68

Black with #535E68

Text Example


Text Example

White with #535E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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