Html Css Color HEX #535E63 Fiord

📋 copy color: '#535E63'

red 83 ◦ green 94 ◦ blue 99

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

Shades of Fiord #535E63

Tints of Fiord #535E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 30.07%
G = 34.06%
B = 35.87%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535E63 (or 0x535E63) is known color: Fiord. HEX triplet: 53, 5E and 63. RGB value is (83,94,99). Sum of RGB (Red+Green+Blue) = 83+94+99=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #535E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E63 is #ACA19C. Grayscale: #5B5B5B. Windows color (decimal): -11313565 or 6512211. OLE color: 6512211.

HSL color Cylindrical-coordinate representation of color #535E63: hue angle of 198.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535E63 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 94 99 -
CMYK 0.16 0.05 0 0.61
HSL 198.75º 0.09% 0.36% -
HSV(B) 198.75º 0.16% 0.39% -
XYZ 9.82 10.75 13.36 -
YUV 91.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 83 94 99 0.16 0.05 0 0.61 198.75 0.09 0.36
Hex 53 5E 63 10 5 0 3D C7 9 24
Octal 123 136 143 20 5 0 75 307 11 44
Binary 1010011 1011110 1100011 10000 101 0 111101 11000111 1001 100100

Color Harmonies of #535E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E63

Black with #535E63

Text Example


Text Example

White with #535E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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