Html Css Color HEX #535F63 Fiord

📋 copy color: '#535F63'

red 83 ◦ green 95 ◦ blue 99

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

Shades of Fiord #535F63

Tints of Fiord #535F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 29.96%
G = 34.3%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535F63 (or 0x535F63) is known color: Fiord. HEX triplet: 53, 5F and 63. RGB value is (83,95,99). Sum of RGB (Red+Green+Blue) = 83+95+99=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #535F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F63 is #ACA09C. Grayscale: #5B5B5B. Windows color (decimal): -11313309 or 6512467. OLE color: 6512467.

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

Color convert

RGB 83 95 99 -
CMYK 0.16 0.04 0 0.61
HSL 195º 0.09% 0.36% -
HSV(B) 195º 0.16% 0.39% -
XYZ 9.91 10.92 13.39 -
YUV 91.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 83 95 99 0.16 0.04 0 0.61 195 0.09 0.36
Hex 53 5F 63 10 4 0 3D C3 9 24
Octal 123 137 143 20 4 0 75 303 11 44
Binary 1010011 1011111 1100011 10000 100 0 111101 11000011 1001 100100

Color Harmonies of #535F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F63

Black with #535F63

Text Example


Text Example

White with #535F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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